|
CodificationTTransform Method (String, T)
|
Translates a value of a given variable
into its integer (codeword) representation.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int Transform(
string columnName,
T value
)
Public Function Transform (
columnName As String,
value As T
) As Integer
Request Example
View SourceParameters
- columnName
- Type: SystemString
The name of the variable's data column. - value
- Type: T
The value to be translated.
Return Value
Type:
Int32An integer which uniquely identifies the given value
for the given variable.
See Also