Click or drag to resize
Accord.NET (logo)

BasePrincipalComponentAnalysisNumberOfOutputs Property

Gets or sets the number of outputs (dimensionality of the output vectors) that should be generated by this model.

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

Property Value

Type: Int32
See Also