|
|
CodificationTransform Method |
| Name | Description | |
|---|---|---|
| Transform(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.
| |
| Transform(T) |
Translates an array of values into their
integer representation, assuming values
are given in original order of columns.
(Inherited from CodificationT.) | |
| Transform(T) |
Translates a value of the given variables
into their integer (codeword) representation.
(Inherited from CodificationT.) | |
| Transform(DataRow, String) |
Translates an array of values into their
integer representation, assuming values
are given in original order of columns.
(Inherited from CodificationT.) | |
| Transform(DataTable, String) |
Translates an array of values into their
integer representation, assuming values
are given in original order of columns.
(Inherited from CodificationT.) | |
| Transform(String, T) |
Translates a value of a given variable
into its integer (codeword) representation.
(Inherited from CodificationT.) | |
| Transform(String, T) | ||
| Transform(String, T) |
Translates a value of the given variables
into their integer (codeword) representation.
(Inherited from CodificationT.) | |
| Transform(String, T) |
Translates a value of the given variables
into their integer (codeword) representation.
(Inherited from CodificationT.) | |
| Transform(T, Double) |
Applies the transformation to a set of input vectors,
producing an associated set of output vectors.
(Inherited from CodificationT.) | |
| Transform(T, Int32) |
Translates a value of the given variables
into their integer (codeword) representation.
(Inherited from CodificationT.) | |
| Transform(DataRow, String, String) |
Translates an array of values into their
integer representation, assuming values
are given in original order of columns.
(Inherited from CodificationT.) | |
| Transform(DataTable, String, String) |
Translates an array of values into their
integer representation, assuming values
are given in original order of columns.
(Inherited from CodificationT.) |