Click or drag to resize
Accord.NET (logo)

CodificationTTransform Method

Overload List
  NameDescription
Public methodTransform(T)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
Public methodTransform(T)
Translates a value of the given variables into their integer (codeword) representation.
Public methodTransform(DataRow, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
Public methodTransform(DataTable, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
Public methodTransform(String, T)
Translates a value of a given variable into its integer (codeword) representation.
Public methodTransform(String, T)
Translates a value of the given variables into their integer (codeword) representation.
Public methodTransform(String, T)
Translates a value of the given variables into their integer (codeword) representation.
Public methodTransform(String, T)
Translates a value of the given variables into their integer (codeword) representation.
Public methodTransform(T, Double)
Applies the transformation to a set of input vectors, producing an associated set of output vectors.
Public methodTransform(T, Int32)
Translates a value of the given variables into their integer (codeword) representation.
Public methodTransform(DataRow, String, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
Public methodTransform(DataTable, String, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
Top
See Also