FFNetClassifier Class |
Namespace: FinMath.MachineLearning.NeuralNetworks
[SerializableAttribute] public abstract class FFNetClassifier : FFNet
The FFNetClassifier type exposes the following members.
Name | Description | |
---|---|---|
![]() | FFNetClassifier |
The object deserialization constructor.
|
Name | Description | |
---|---|---|
![]() | Classes |
The list of classes in the model
(Inherited from FFNet.) |
![]() | CustomLoss |
External loss function.
|
![]() | Regularisation |
Neural network L-1 regularization parameter.
(Inherited from FFNet.) |
![]() | TerminationDelegate |
The user's stop criterion function.
(Inherited from FFNet.) |
![]() | TerminationIterations |
The maximum optimization iterations number. Zero means infinite iterations.
(Inherited from FFNet.) |
![]() | TerminationObjectiveChange |
Objective function change stop criterion. Null means no objective change termination conditions.
(Inherited from FFNet.) |
![]() | TerminationTimeout |
The optimization algorithm timeout: the execution will be interrupted on the next step after the timeout expiration.
(Inherited from FFNet.) |
![]() | Topology |
The neural network model topology
(Inherited from FFNet.) |
![]() | TrainBestIteration |
Last Train or Update operation best step index.
(Inherited from FFNet.) |
![]() | TrainBestValue |
Last Train or Update operation best objective value.
(Inherited from FFNet.) |
![]() | TrainTotalIterations |
Last Train or Update operation total steps number.
(Inherited from FFNet.) |
Name | Description | |
---|---|---|
![]() | Classify(Matrix) |
Classifies the observation matrix.
|
![]() | Classify(Vector) |
Classifies the observation vector.
|
![]() | Classify(Matrix, IntegerArray) |
Classifies the observation matrix.
|
![]() | Clear |
Clear model - free resources
(Inherited from FFNet.) |
![]() | Dispose |
This code added to correctly implement the disposable pattern.
(Inherited from FFNet.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData |
The object optimized serialization method.
(Inherited from FFNet.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Load model from file.
(Inherited from FFNet.) |
![]() | Save |
Save model to file.
(Inherited from FFNet.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Update |
Update model weights with new observations
|