You are here: Start » AVL.NET » Gaussian Structure
Gaussian Structure
Describes multinomial gaussian function.
Namespace: | AvlNet |
---|---|
Assembly: | AVL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Gaussian(Double[], Double[], Double, Int32) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Dimensions | System.Int32 | Number of dimensions. |
![]() | Mean | System.Double[] | Vector of means |
![]() | Sigma | System.Double[] | Vector of sigmas. |
![]() | Weight | System.Double | Weight associated with gaussian. |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |