MLP Methods |
The MLP type exposes the following members.
Name | Description | |
---|---|---|
Classify(Matrix) |
Classifies the observation matrix.
(Inherited from FFNetClassifier.) | |
Classify(Vector) |
Classifies the observation vector.
(Inherited from FFNetClassifier.) | |
Classify(Matrix, IntegerArray) |
Classifies the observation matrix.
(Inherited from FFNetClassifier.) | |
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.) | |
Train(Matrix, IntegerArray) |
Train classifier (default version).
| |
Train(Matrix, IntegerArray, Int32) |
Train classifier.
| |
Update |
Update model weights with new observations
(Inherited from FFNetClassifier.) |