You are here: Start » AVL.NET » PCAModel Constructor
PCAModel Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public PCAModel(
AvlNet.Matrix featureVector,
AvlNet.Matrix meansVector,
AvlNet.Matrix standardDeviationVector
)
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| featureVector | AvlNet.Matrix | ||||
| meansVector | AvlNet.Matrix | ||||
| standardDeviationVector | AvlNet.Matrix |
