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 | |
|---|---|---|---|---|---|
| classNo | int | ||||
| means | float[][] | ||||
| covs | AvlNet.Matrix[] | ||||
| priors | double[] | ||||
| noveltyScore | double |
