Click or drag to resize
FactorAnalysis Methods

The FactorAnalysis type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCorrelations
Returns the correlations of the principal components.
Public methodGetFactorLoadings
Returns the unrotated factor loadings.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetParameterUpdates
Returns the parameter updates.
Public methodGetPercents
Returns the cumulative percent of the total variance explained by each principal component.
Public methodGetStandardErrors
Returns the estimated asymptotic standard errors of the eigenvalues.
Public methodGetStatistics
Returns statistics.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
Returns the eigenvalues.
Public methodGetVariances
Returns the unique variances.
Public methodGetVectors
Returns the eigenvectors.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetVariances
Sets the unique variances.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also