Click or drag to resize
Accord.NET (logo)

CodificationTNumberOfOutputs Property

Gets the number of outputs generated by the model.

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

Property Value

Type: Int32
The number of outputs.
See Also