|
DiscretizationTInput, TOutputTransform Method (String, 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(
string columnName,
TInput[][] values
)
Public Function Transform (
columnName As String,
values As TInput()()
) As TOutput()()
Request Example
View SourceParameters
- columnName
- Type: SystemString
The variable name. - values
- Type: TInput
The values to be translated.
Return Value
Type:
TOutputSee Also