Click or drag to resize

AutoencoderEvaluate Method (Matrix)

Evaluate observation data.

Namespace:  FinMath.MachineLearning.NeuralNetworks
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public Matrix Evaluate(
	Matrix observations
)

Parameters

observations
Type: FinMath.LinearAlgebraMatrix
The observation matrix (N*M size). Columns corresponds to factors, rows to observation.

Return Value

Type: Matrix
The neurons outputs matrix (N*K size). Columns corresponds to factors, rows to each neuron output.
See Also