Click or drag to resize
Accord.NET (logo)

CodificationTRevert Method (String, Int32)

Translates an integer (codeword) representation of the value of a given variable into its original value.

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

Parameters

columnName
Type: SystemString
The variable name.
codeword
Type: SystemInt32
The codeword to be translated.

Return Value

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