Click or drag to resize

PrincipalComponents Methods

The PrincipalComponents type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAnalyze(DoubleMatrix)
Analyzes the principal components of the specified data.
Public methodStatic memberAnalyze(DoubleMatrix, DoubleMatrix)
Analyzes the principal components of data in which individuals have received the specified weights.
Public methodStatic memberAnalyze(DoubleMatrix, DoubleMatrix, DoubleMatrix)
Analyzes the principal components of data in which individuals and variables have been assigned the specified weights and coefficients, respectively.
Public methodCorrelateSupplementaryVariables(DoubleMatrix)
Gets the correlations of each specified supplementary variable on the standardized principal variables.
(Inherited from PrincipalProjections.)
Public methodCorrelateSupplementaryVariables(ReadOnlyDoubleMatrix)
Gets the correlations of each specified supplementary variable on the standardized principal variables.
(Inherited from PrincipalProjections.)
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLocateSupplementaryPoints(DoubleMatrix)
Gets the principal coordinates of the specified supplementary points given their active coordinates.
(Inherited from PrincipalProjections.)
Public methodLocateSupplementaryPoints(ReadOnlyDoubleMatrix)
Gets the principal coordinates of the specified supplementary points given their active coordinates.
(Inherited from PrincipalProjections.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegressSupplementaryVariables(DoubleMatrix)
Gets the coefficients of the regression of each specified supplementary variable on the standardized principal variables.
(Inherited from PrincipalProjections.)
Public methodRegressSupplementaryVariables(ReadOnlyDoubleMatrix)
Gets the coefficients of the regression of each specified supplementary variable on the standardized principal variables.
(Inherited from PrincipalProjections.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also