Click or drag to resize

IBaseClassifierClassify Method (Matrix)

Classifies the observation matrix.

Namespace:  FinMath.MachineLearning
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
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: IntegerArray
Predicted values. The vector (N size).
See Also