Click or drag to resize
Accord.NET (logo)

DiscretizationTInput, TOutputTransform Method

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