Click or drag to resize
Accord.NET (logo)

CodificationTOptionsRemap Method

Forces the given key to have a specific symbol value.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public void Remap(
	T key,
	int value
)
Request Example View Source

Parameters

key
Type: T
The key.
value
Type: SystemInt32
The value that should be associated with this key.
See Also