Click or drag to resize

FFNetClassifierUpdate Method

Update model weights with new observations

Namespace:  FinMath.MachineLearning.NeuralNetworks
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public void Update(
	Matrix observations,
	IntegerArray classes
)

Parameters

observations
Type: FinMath.LinearAlgebraMatrix
Observation matrix (N*M size). Columns corresponds to factors, rows to observation.
classes
Type: FinMath.DataStructuresIntegerArray
The vector (N size).
See Also