LinearDiscriminantAnalysis.InverseTransform Method

Applies the inverse transformation to a set of observations.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Matrix<double> InverseTransform(
	Matrix<double> output
)

Parameters

output  Matrix<Double>
The transformed values to transform back.

Return Value

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

Implements

ITransformationModel.InverseTransform(Matrix<Double>)

See Also