Click or drag to resize
Accord.NET (logo)

CodificationTOptionsNumberOfSymbols Property

Gets the number of symbols used to code this variable. See remarks for details.

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

Property Value

Type: Int32
Remarks
This method returns the following table of values:
CategoricalNumber of elements in Mapping (number of distinct elements).
CategoricalWithBaselineNumber of elements in Mapping (number of distinct elements).
OrdinalNumber of elements in Mapping (number of distinct elements).
Continuous1 (there are no symbols to be encoded).
Discrete1 (there are no symbols to be encoded).
See Also