Principal Component Analysis.Inverse Transform Into Method
Definition
Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Inverse | Applies the inverse transformation to a set of observations. |
Inverse | Applies the inverse transformation to a set of observations. |
InverseTransformInto(Matrix<Double>, Matrix<Double>)
Applies the inverse transformation to a set of observations.
public override Matrix<double> InverseTransformInto(
Matrix<double> output,
Matrix<double> input
)
Parameters
Return Value
Matrix<Double>A matrix that contains the back-transformed values.
InverseTransformInto(Vector<Double>, Vector<Double>)
Applies the inverse transformation to a set of observations.
public override Vector<double> InverseTransformInto(
Vector<double> output,
Vector<double> input
)
Parameters
Return Value
Vector<Double>A matrix that contains the back-transformed values.