ITransformationModel.Transform Method

Applies the transformation to a set of observations.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
Matrix<double> Transform(
	Matrix<double> input
)

Parameters

input  Matrix<Double>
The observations to transform.

Return Value

Matrix<Double>
A matrix that contains the transformed values.

See Also