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