Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123456]
 CBaseException
 CClusterFromOrToMissingThrown when a user attempt to create a Linker without specify the "from" or "to"
 CClusterStateVectorNotPresentThrown when a user attempt to get a delegate for a state vector that does not exists
 CIncompatibleMatricesThrown when a user attempt to do calculations with incompatible DoubleMatrix
 CIncompatibleVectorsThrown when a user attempt to do calculations with incompatible DoubleVectors
 CMatrixAssignmentNotAllowedThrown when a user attempt to call the operator= on a DoubleMatrix with isinternal flag on
 CMatrixResizeNotAllowedThrown when a user attempt to resize a DoubleMatrix with isinternal flag on
 COutputFunctionSetClusterExceptionThrown when a user attempt to call setCluster on an OutputFunction already inserted into a Cluster
 COutsideMatrixBoundariesThrown when a user attempt to access outside boundary of a DoubleMatrix
 COutsideVectorBoundariesThrown when a user attempt to access outside boundary of a DoubleVector
 CVectorAssignmentNotAllowedThrown when a user attempt to call the operator= on a DoubleVector with isinternal flag on
 CVectorResizeNotAllowedThrown when a user attempt to resize a DoubleVector with isinternal flag on
 CNeuralNetObserverAn observer interface called during NeuralNet operations
 CParameterSettable [external]
 CParameterSettableInConstructor [external]
 CUpdatableUpdatables objects
 CClusterDefine the common interface among Clusters
 CBiasedClusterIn a BiasedCluster each neuron has an input, an output and a bias value
 CSimpleClusterSimpleCluster Class
 CLinkerAbstract Linker Class
 CCopyLinkerCopyLinker Class
 CMatrixLinkerMatrixLinker Class define a full connection between two cluster
 CDotLinkerDotLinker Class
 CNormLinkerNormLinker Class
 CParameterSettableWithConfigureFunction [external]
 CLearningAlgorithmLearningAlgorithm object
 CBackPropagationAlgoBack-Propagation Algorithm implementation
 CNeuralNetThe Neural Network Class
 COutputFunctionOutputFunction Class
 CCompositeFunctionComposite Function !!
 CFakeSigmoidFunctionFake Sigmoid Function !! Is a linear approximation of sigmoid function
 CGainFunctionGainFunction
 CGaussFunctionGaussFunction
 CIdentityFunctionIdentityFunction
 CLeakyIntegratorFunctionLeakyIntegrator Function !!
 CLinearComboFunctionLinear Combination of Two Function !!
 CLinearFunctionLinear equation Function Implements a linear equation y = m*x + b
 CLogLikeFunctionLogLike Function !!
 CPeriodicFunctionPeriodicFunction
 CPseudoGaussFunctionPseudoGaussFunction
 CSawtoothFunctionSawtoothFunction
 CSinFunctionSinFunction
 CTriangleFunctionTriangleFunction
 CRampFunctionRamp Function
 CScaledSigmoidFunctionScaledSigmoid Function
 CScaleFunctionScaleFunction
 CSigmoidFunctionSigmoid Function
 CStepFunctionStep Function
 CWinnerTakeAllFunctionWinnerTakeAllFunction
 CPatternPattern object
 CPattern::PatternInfo