Click or drag to resize
Accord.NET (logo)

CodificationTransform Method

Overload List
  NameDescription
Public methodTransform(String)
Transforms a matrix of key-value pairs (where the first column denotes a key, and the second column a value) into their integer vector representation.
Public methodTransform(T)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
(Inherited from CodificationT.)
Public methodTransform(T)
Translates a value of the given variables into their integer (codeword) representation.
(Inherited from CodificationT.)
Public methodTransform(DataRow, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
(Inherited from CodificationT.)
Public methodTransform(DataTable, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
(Inherited from CodificationT.)
Public methodTransform(String, T)
Translates a value of a given variable into its integer (codeword) representation.
(Inherited from CodificationT.)
Transform(String, T)
Public methodTransform(String, T)
Translates a value of the given variables into their integer (codeword) representation.
(Inherited from CodificationT.)
Public methodTransform(String, T)
Translates a value of the given variables into their integer (codeword) representation.
(Inherited from CodificationT.)
Public methodTransform(T, Double)
Applies the transformation to a set of input vectors, producing an associated set of output vectors.
(Inherited from CodificationT.)
Public methodTransform(T, Int32)
Translates a value of the given variables into their integer (codeword) representation.
(Inherited from CodificationT.)
Public methodTransform(DataRow, String, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
(Inherited from CodificationT.)
Public methodTransform(DataTable, String, String)
Translates an array of values into their integer representation, assuming values are given in original order of columns.
(Inherited from CodificationT.)
Top
See Also