Click or drag to resize

FFNetClassifier Methods

The FFNetClassifier type exposes the following members.

Methods
  NameDescription
Public methodClassify(Matrix)
Classifies the observation matrix.
Public methodClassify(Vector)
Classifies the observation vector.
Public methodClassify(Matrix, IntegerArray)
Classifies the observation matrix.
Public methodClear
Clear model - free resources
(Inherited from FFNet.)
Public methodDispose
This code added to correctly implement the disposable pattern.
(Inherited from FFNet.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
The object optimized serialization method.
(Inherited from FFNet.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Load model from file.
(Inherited from FFNet.)
Public methodSave
Save model to file.
(Inherited from FFNet.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Update model weights with new observations
Top
See Also