Click or drag to resize
Accord.NET (logo)

CodificationTRevert Method (String, Int32)

Translates the integer (codeword) representations of the values of the given variables into their original values.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public T[] Revert(
	string[] columnNames,
	int[] codewords
)
Request Example View Source

Parameters

columnNames
Type: SystemString
The name of the variables' columns.
codewords
Type: SystemInt32
The codewords to be translated.

Return Value

Type: T
The original meaning of the given codewords.
See Also