Click or drag to resize

PrincipalComponentCollection Class

Represents a collection of principal components.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.StatisticsPrincipalComponentCollection

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public sealed class PrincipalComponentCollection : IReadOnlyList<PrincipalComponent>, 
	IReadOnlyCollection<PrincipalComponent>, IEnumerable<PrincipalComponent>, IEnumerable

The PrincipalComponentCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of principal components.
Public propertyItem
Gets the principal component with the given index.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also