FFNetClassifierClassify Method (Matrix)
|
Classifies the observation matrix.
Namespace:
FinMath.MachineLearning.NeuralNetworks
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public IntegerArray Classify(
Matrix observations
)
Parameters
- observations
- Type: FinMath.LinearAlgebraMatrix
The observation matrix (N*M size). Columns corresponds to factors, rows to observation.
Return Value
Type:
IntegerArrayPredicted values. The vector (N size).
See Also