Linear Discriminant Analysis.Inverse Transform 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.2
C#
A matrix that contains the back-transformed values.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Matrix<double> InverseTransform(
Matrix<double> output
)
Parameters
Return Value
Matrix<Double>A matrix that contains the back-transformed values.