Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nfarsa
 CBackPropagationAlgoBack-Propagation Algorithm implementation
 CBiasedClusterIn a BiasedCluster each neuron has an input, an output and a bias value
 CClusterDefine the common interface among Clusters
 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
 CCompositeFunctionComposite Function !!
 CCopyLinkerCopyLinker Class
 CDotLinkerDotLinker Class
 CFakeSigmoidFunctionFake Sigmoid Function !! Is a linear approximation of sigmoid function
 CGainFunctionGainFunction
 CGaussFunctionGaussFunction
 CIdentityFunctionIdentityFunction
 CIncompatibleMatricesThrown when a user attempt to do calculations with incompatible DoubleMatrix
 CIncompatibleVectorsThrown when a user attempt to do calculations with incompatible DoubleVectors
 CLeakyIntegratorFunctionLeakyIntegrator Function !!
 CLearningAlgorithmLearningAlgorithm object
 CLinearComboFunctionLinear Combination of Two Function !!
 CLinearFunctionLinear equation Function Implements a linear equation y = m*x + b
 CLinkerAbstract Linker Class
 CLogLikeFunctionLogLike Function !!
 CMatrixAssignmentNotAllowedThrown when a user attempt to call the operator= on a DoubleMatrix with isinternal flag on
 CMatrixLinkerMatrixLinker Class define a full connection between two cluster
 CMatrixResizeNotAllowedThrown when a user attempt to resize a DoubleMatrix with isinternal flag on
 CNeuralNetThe Neural Network Class
 CNeuralNetObserverAn observer interface called during NeuralNet operations
 CNormLinkerNormLinker Class
 COutputFunctionOutputFunction Class
 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
 CPatternPattern object
 CPatternInfo
 CPeriodicFunctionPeriodicFunction
 CPseudoGaussFunctionPseudoGaussFunction
 CRampFunctionRamp Function
 CSawtoothFunctionSawtoothFunction
 CScaledSigmoidFunctionScaledSigmoid Function
 CScaleFunctionScaleFunction
 CSigmoidFunctionSigmoid Function
 CSimpleClusterSimpleCluster Class
 CSinFunctionSinFunction
 CStepFunctionStep Function
 CTriangleFunctionTriangleFunction
 CUpdatableUpdatables objects
 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
 CWinnerTakeAllFunctionWinnerTakeAllFunction