PrincipalComponentAnalysisComponents Property |
Gets a collection of the principal components.
Namespace:
Meta.Numerics.Statistics
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public PrincipalComponentCollection Components { get; }
Public ReadOnly Property Components As PrincipalComponentCollection
Get
public:
property PrincipalComponentCollection^ Components {
PrincipalComponentCollection^ get ();
}
member Components : PrincipalComponentCollection with get
Property Value
Type:
PrincipalComponentCollectionSee Also