Click or drag to resize
Accord.NET (logo)

CodificationTTransform Method (T)

Translates a value of the given variables into their integer (codeword) representation.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int[][] Transform(
	T[][] input
)
Request Example View Source

Parameters

input
Type: T
The values to be translated.

Return Value

Type: Int32
An array of integers in which each integer uniquely identifies the given value for the given variables.

Implements

ICovariantTransformTInput, TOutputTransform(TInput)
See Also