Click or drag to resize
Accord.NET (logo)

CodificationTOptionsMapping Property

Gets or sets the label mapping for translating integer labels to the original string labels.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public TwoWayDictionary<T, int> Mapping { get; }
Request Example View Source

Property Value

Type: TwoWayDictionaryT, Int32
See Also