Click or drag to resize
Accord.NET (logo)

CodificationTOptionsNumberOfOutputs Property

Gets the number of outputs generated by the model. See remarks for details.

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.
Remarks
This method returns the following table of values:
CategoricalNumber of elements in Mapping (number of distinct elements).
CategoricalWithBaselineNumber of elements in Mapping minus 1 (number of distinct elements, except the baseline, which is encoded as the absence of other values).
Ordinal1 (there is just one single ordinal variable).
Continuous1 (there is just one single continuous variable).
Discrete1 (there is just one single discrete variable).
See Also