Click or drag to resize

PrincipalComponent Class

Represents a component of a principal component analysis.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsPrincipalComponent

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class PrincipalComponent

The PrincipalComponent type exposes the following members.

Properties
  NameDescription
Public propertyAnalysis
Gets the principal component analysis to which the component belongs.
Public propertyCumulativeVarianceFraction
Gets the fraction of the total variance accounted for by the principal component and all strong principal components.
Public propertyIndex
Gets the index of the principal component.
Public propertyNormalizedVector
Gets the normalized component vector.
Public propertyVarianceFraction
Gets the fraction of the total variance accounted for by the principal component.
Public propertyWeight
Gets the weight of the component.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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 methodScaledVector
Gets the scaled component vector.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also