LinearDiscriminantAnalysis.Transform Method

Applies the transformation to a set of observations.

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public 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.

Implements

ITransformationModel.Transform(Matrix<Double>)

See Also