FactorAnalysis.TransformInto Method

Definition

Namespace: Extreme.Statistics.Multivariate
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

TransformInto(Matrix<Double>, Matrix<Double>) Applies the transformation to a set of observations.
TransformInto(Vector<Double>, Vector<Double>) Applies the transformation to a single observation.

TransformInto(Vector<Double>, Vector<Double>)

Applies the transformation to a single observation.
C#
public override Vector<double> TransformInto(
	Vector<double> input,
	Vector<double> output
)

Parameters

input  Vector<Double>
The observation to transform.
output  Vector<Double>
 

Return Value

Vector<Double>
A matrix that contains the transformed values.

See Also