|
DiscretizationTInput, TOutputTransform Method (DataRow, String)
|
Translates an array of values into their codeword 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 public TOutput[] Transform(
DataRow row,
params string[] columnNames
)
Public Function Transform (
row As DataRow,
ParamArray columnNames As String()
) As TOutput()
Request Example
View SourceParameters
- row
- Type: System.DataDataRow
A DataRow containing the values to be translated. - columnNames
- Type: SystemString
The columns of the row containing the
values to be translated.
Return Value
Type:
TOutputSee Also