You are here: Start » AVL.NET » Gaussian Structure

Gaussian Structure

Describes multinomial gaussian function.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Gaussian(Double[], Double[], Double, Int32)

Properties

 NameTypeDescription
DimensionsSystem.Int32Number of dimensions.
MeanSystem.Double[]Vector of means
SigmaSystem.Double[]Vector of sigmas.
WeightSystem.DoubleWeight associated with gaussian.

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also