You are here: Start » FIL.NET » PCAModel Class
PCAModel Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | PCAModel(Matrix, Matrix, Matrix) | |
![]() | PCAModel(PCAModel) | Creates a deep copy of the passed object. |
![]() | PCAModel() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | FeatureVector | FilNet.Matrix | |
![]() | IsDisposed | System.Boolean | |
![]() | MeansVector | FilNet.Matrix | |
![]() | StandardDeviationVector | FilNet.Matrix |
Methods
Name | Description | |
---|---|---|
![]() | Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. |
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.PCAModel) | |
![]() ![]() | Equals(FilNet.PCAModel, FilNet.PCAModel) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | Reset(FilNet.PCAModel) | Resets this instance with data of the other PCAModel object. |
![]() | ToString() | Inherited from System.Object |