Click or drag to resize
Accord.NET (logo)

DiscretizationTInput, TOutputTransform Method (Object)

Translates an array of values into their codeword 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 TOutput[] Transform(
	Object[] data
)
Request Example View Source

Parameters

data
Type: SystemObject
The values to be translated.

Return Value

Type: TOutput
See Also