Transformation Model<T>.Inverse Transform Method
Definition
Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Inverse | Applies the inverse transformation to a set of observations. |
Inverse | Applies the inverse transformation to a set of observations. |
InverseTransform(Matrix<Double>)
Applies the inverse transformation to a set of observations.
public Matrix<double> InverseTransform(
Matrix<double> output
)
Parameters
Return Value
Matrix<Double>A matrix that contains the back-transformed values.
InverseTransform(Vector<Double>)
Applies the inverse transformation to a set of observations.
public Vector<double> InverseTransform(
Vector<double> output
)
Parameters
Return Value
Vector<Double>A matrix that contains the back-transformed values.