Autoencoder Methods |
The Autoencoder type exposes the following members.
Name | Description | |
---|---|---|
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.) | |
Evaluate(Matrix) |
Evaluate observation data.
| |
Evaluate(Vector) |
Evaluate observation data.
| |
Evaluate(Matrix, Matrix) |
Evaluate observation data.
| |
Evaluate(Vector, Vector) |
Evaluate observation data.
| |
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 |
Train autoencoder.
|