Click or drag to resize
Accord.NET (logo)

CodificationTTransform Method (T)

Translates an array of values into their integer representation, assuming values are given in original order of columns.

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

Parameters

data
Type: T
The values to be translated.

Return Value

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

Implements

ICovariantTransformTInput, TOutputTransform(TInput)
See Also