Click or drag to resize

DoubleFactorAnalysisExtraction, Rotation Properties

The DoubleFactorAnalysisExtraction, Rotation type exposes the following members.

Properties
 NameDescription
Public propertyCumulativeVarianceProportions Gets the cumulative variance proportions.
Public propertyExtractedCommunalities This is the proportion of each variable's variance that can be explained by the extracted factors jointly. The ith entry corresponds to the ith variable.
Public propertyFactorExtraction Gets the object that performs the factor extraction.
Public propertyFactorRotation Gets the object that performs the factor rotation.
Public propertyFactors Gets the extracted factors. Each column of the matrix is a factor.
Public propertyInitialCommunalities This is the proportion of each variable's variance that can be explained by the factors jointly. The ith entry corresponds to the ith variable.
Public propertyMatrixData Gets the matrix data from which factors were extracted. This is either the correlation matrix of the covariance matrix.
Public propertyNumberOfFactors The number of factors extracted.
Public propertyRotatedFactors Gets the rotated factors (will be the same as
C#
Factors
property if
C#
NoRotation
is the rotation class parameter type). Each column of the matrix is a factor.
Public propertyRotatedSumOfSquaredLoadings Gets the sum of squared loadings for each rotated extracted factor.
Public propertySumOfSquaredLoadings Gets the sum of squared loadings for each extracted factor.
Public propertyVarianceProportions Gets a vector of proportion of variance explained by each factor. The ith entry corresoponds to the ith factor.
Top
See Also