|
CodificationTTransform Method (T, Int32)
|
Translates a value of the given variables
into their integer (codeword) representation.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int[][] Transform(
T[][] input,
int[][] result
)
Public Function Transform (
input As T()(),
result As Integer()()
) As Integer()()
Request Example
View SourceParameters
- input
- Type: T
The values to be translated. - result
- Type: SystemInt32
The location to where to store the
result of this transformation.
Return Value
Type:
Int32An array of integers in which each integer
uniquely identifies the given value for the given
variables.
Implements
ITransformTInput, TOutputTransform(TInput, TOutput)See Also