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 | |
|---|---|---|---|---|---|
| mean | System.Collections.Generic.IList<double> | ||||
| sigma | System.Collections.Generic.IList<double> | ||||
| weight | double | ||||
| dimensions | int |
