 | DoubleFactorAnalysisExtraction, RotationFactors Property |
Gets the extracted factors. Each column of the matrix is a factor.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic DoubleMatrix Factors { get; }Public ReadOnly Property Factors As DoubleMatrix
Get
public:
property DoubleMatrix^ Factors {
DoubleMatrix^ get ();
}member Factors : DoubleMatrix with get
Property Value
DoubleMatrix
See Also