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
Public NotInheritable Class PrincipalComponentCollection
Implements IReadOnlyList(Of PrincipalComponent), IReadOnlyCollection(Of PrincipalComponent),
IEnumerable(Of PrincipalComponent), IEnumerable
public ref class PrincipalComponentCollection sealed : IReadOnlyList<PrincipalComponent^>,
IReadOnlyCollection<PrincipalComponent^>, IEnumerable<PrincipalComponent^>, IEnumerable
[<SealedAttribute>]
type PrincipalComponentCollection =
class
interface IReadOnlyList<PrincipalComponent>
interface IReadOnlyCollection<PrincipalComponent>
interface IEnumerable<PrincipalComponent>
interface IEnumerable
end
The PrincipalComponentCollection type exposes the following members.
Properties
| Name | Description |
---|
| Count |
Gets the count of principal components.
|
| Item |
Gets the principal component with the given index.
|
TopMethods
| Name | Description |
---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
TopSee Also