Click or drag to resize

PrincipalProjections Methods

The PrincipalProjections type exposes the following members.

Methods
  NameDescription
Public methodCorrelateSupplementaryVariables(DoubleMatrix)
Gets the correlations of each specified supplementary variable on the standardized principal variables.
Public methodCorrelateSupplementaryVariables(ReadOnlyDoubleMatrix)
Gets the correlations of each specified supplementary variable on the standardized principal variables.
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.
Public methodLocateSupplementaryPoints(ReadOnlyDoubleMatrix)
Gets the principal coordinates of the specified supplementary points given their active coordinates.
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.
Public methodRegressSupplementaryVariables(ReadOnlyDoubleMatrix)
Gets the coefficients of the regression of each specified supplementary variable on the standardized principal variables.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also