ITransformationModel.InverseTransform Method

Applies the inverse 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> 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.

See Also