Gets the matrix that transforms the original factors to the rotated factors.
Namespace:
Extreme.Statistics.Multivariate
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Matrix<double> FactorTransformationMatrix { get; }
Public ReadOnly Property FactorTransformationMatrix As Matrix(Of Double)
Get
public:
property Matrix<double>^ FactorTransformationMatrix {
Matrix<double>^ get ();
}
member FactorTransformationMatrix : Matrix<float> with get
Property Value
Type:
MatrixDouble
Reference