You are here: Start » AVL.NET » Gaussian Class
Gaussian Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.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(AvlNet.Gaussian) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Gaussian, AvlNet.Gaussian) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(AvlNet.Gaussian) | Resets this instance with data of the other Gaussian object. | |
| ToString() | Inherited from System.Object |
