ITransformationModel.InverseTransform Method

Applies the inverse transformation to a set of observations.

Definition

Namespace: Extreme.DataAnalysis.Models
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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