Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisMaximumNumberOfOutputs Property

Gets the maximum number of outputs (dimensionality of the output vectors) that can be generated by this model.

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

Property Value

Type: Int32
See Also