Principal Component Analysis.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
Transform | Applies the transformation to a set of observations. |
Transform | Applies the transformation to a single observation. |
TransformInto(Matrix<Double>, Matrix<Double>)
Applies the transformation to a set of observations.
public override Matrix<double> TransformInto(
Matrix<double> input,
Matrix<double> output
)
Parameters
Return Value
Matrix<Double>A matrix that contains the transformed values.
TransformInto(Vector<Double>, Vector<Double>)
Applies the transformation to a single observation.
public override Vector<double> TransformInto(
Vector<double> input,
Vector<double> output
)
Parameters
Return Value
Vector<Double>A matrix that contains the transformed values.