Click or drag to resize
Accord.NET (logo)

PartialLeastSquaresAnalysisFactors Property

Gets information about the factors discovered during the analysis in a object-oriented structure which can be data-bound directly to many controls.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public PartialLeastSquaresFactorCollection Factors { get; }
Request Example View Source

Property Value

Type: PartialLeastSquaresFactorCollection
See Also