Click or drag to resize

DeepNeuralNetwork Methods

The DeepNeuralNetwork type exposes the following members.

Methods
  NameDescription
Public methodClassify(Matrix)
Classifies the observation matrix.
(Inherited from FFNetClassifier.)
Public methodClassify(Vector)
Classifies the observation vector.
(Inherited from FFNetClassifier.)
Public methodClassify(Matrix, IntegerArray)
Classifies the observation matrix.
(Inherited from FFNetClassifier.)
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 methodTrain(Matrix, IntegerArray)
Train classifier (default version).
Public methodTrain(Matrix, IntegerArray, Int32)
Train classifier.
Public methodUpdate
Update model weights with new observations
(Inherited from FFNetClassifier.)
Top
See Also