Click or drag to resize
Accord.NET (logo)

IAnalysisComponent Interface

Common interface for information components. Those are present in multivariate analysis, such as PrincipalComponentAnalysis and LinearDiscriminantAnalysis.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public interface IAnalysisComponent
Request Example View Source

The IAnalysisComponent type exposes the following members.

Properties
  NameDescription
Public propertyCumulativeProportion
Gets the cumulative proportion of all discriminants until this component.
Public propertyIndex
Gets the index for this component.
Public propertyProportion
Gets the proportion, or amount of information explained by this component.
Top
See Also