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

Gaussian Constructor

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

Syntax

public Gaussian
(
	IList<double> mean,
	IList<double> sigma,
	double weight,
	int dimensions
)

Parameters

Name Type Range Default Description
meanSystem.Collections.Generic.IList<double>
sigmaSystem.Collections.Generic.IList<double>
weightdouble
dimensionsint

See also