Click or drag to resize

FactorAnalysisCorrelationExtraction, Rotation Fields

The FactorAnalysisCorrelationExtraction, Rotation type exposes the following members.

Fields
 NameDescription
Protected fieldbias_ The bias type for all variance estimates.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldcaseData_ The orginal data to be analyzed. Each row is a case and each column a variable.
Protected fieldfactorExtraction_ Factor extraction algorithm.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldfactorMatrix_ The extracted factors.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldfactorRotation_ Factor rotation algorithm.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldmatrixData_ Matrix data being analyzed (correlation or covariance).
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldmeans_ Variable means. This the vector of column means of the case data.
Protected fieldnoRotation_ Boolean variable indicating whether or not factor rotation was requested.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldnumberOfFactors_ Number of factors to be extracted.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldrotatedFactorMatrix_ The rotated factors.
(Inherited from DoubleFactorAnalysisExtraction, Rotation)
Protected fieldstandardDeviations_ Variable standard deviations. This is the vector of column standard deviations of the case data.
Protected fieldstandardizedCaseData_ The data normalized to have zero mean and unit variance.
Top
See Also