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

Gaussian Constructor

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

Syntax

public Gaussian(
	float[] mean,
	float[] sigma,
	int dimensions,
	float weight
)

Parameters

Name Type Range Default Description
meanfloat
sigmafloat
dimensionsint
weightfloat

See also