Linear Discriminant Analysis.Inverse Transform Method
Applies the inverse transformation to a set of observations.
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A matrix that contains the back-transformed values.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.