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

NDGaussianMixtureParams Constructor

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

Syntax

public NDGaussianMixtureParams
(
	int classNo,
	float[][] means,
	AvlNet.Matrix[] covs,
	double[] priors,
	double noveltyScore
)

Parameters

Name Type Range Default Description
classNoint
meansfloat[][]
covsAvlNet.Matrix[]
priorsdouble[]
noveltyScoredouble

See also