|
CodificationTranslate Method (String)
|
Note: This API is now obsolete.
Translates an array of values into their
integer 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[ObsoleteAttribute("Please use Transform(data) instead.")]
public int[] Translate(
params string[] data
)
<ObsoleteAttribute("Please use Transform(data) instead.")>
Public Function Translate (
ParamArray data As String()
) As Integer()
Request Example
View SourceParameters
- data
- Type: SystemString
The values to be translated.
Return Value
Type:
Int32An array of integers in which each value
uniquely identifies the given value for each of
the variables.
See Also