|
DiscretizationTInput, TOutputTransform Method (String, TInput)
|
Translates a value of a given variable into its codeword representation.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public TOutput Transform(
string columnName,
TInput value
)
Public Function Transform (
columnName As String,
value As TInput
) As TOutput
Request Example
View SourceParameters
- columnName
- Type: SystemString
The name of the variable's data column. - value
- Type: TInput
The value to be translated.
Return Value
Type:
TOutputSee Also