Click or drag to resize
Accord.NET (logo)

CodificationTranslate Method (String, Int32)

Note: This API is now obsolete.

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
[ObsoleteAttribute("Please use Revert(columnNames, codewords) instead.")]
public string[] Translate(
	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: String
The original meaning of the given codewords.
See Also