Click or drag to resize

Autoencoder Methods

The Autoencoder type exposes the following members.

Methods
  NameDescription
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 methodEvaluate(Matrix)
Evaluate observation data.
Public methodEvaluate(Vector)
Evaluate observation data.
Public methodEvaluate(Matrix, Matrix)
Evaluate observation data.
Public methodEvaluate(Vector, Vector)
Evaluate observation data.
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
Train autoencoder.
Top
See Also