Click or drag to resize
Accord.NET (logo)

DiscretizationTInput, TOutputTransform Method (TInput)

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

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

Parameters

input
Type: TInput
The values to be translated.

Return Value

Type: TOutput

Implements

ICovariantTransformTInput, TOutputTransform(TInput)
See Also