Double |
The DoubleFactorAnalysisExtraction, Rotation type exposes the following members.
| Name | Description | |
|---|---|---|
| CumulativeVarianceProportions | Gets the cumulative variance proportions. | |
| ExtractedCommunalities | 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. | |
| FactorExtraction | Gets the object that performs the factor extraction. | |
| FactorRotation | Gets the object that performs the factor rotation. | |
| Factors | Gets the extracted factors. Each column of the matrix is a factor. | |
| InitialCommunalities | 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. | |
| MatrixData | Gets the matrix data from which factors were extracted. This is either the correlation matrix of the covariance matrix. | |
| NumberOfFactors | The number of factors extracted. | |
| RotatedFactors |
Gets the rotated factors (will be the same as C# Factors C# NoRotation | |
| RotatedSumOfSquaredLoadings | Gets the sum of squared loadings for each rotated extracted factor. | |
| SumOfSquaredLoadings | Gets the sum of squared loadings for each extracted factor. | |
| VarianceProportions | Gets a vector of proportion of variance explained by each factor. The ith entry corresoponds to the ith factor. |