Click or drag to resize

CategoricalDataSetCategorizeByEntropyMinimization Method

Overload List
  NameDescription
Public methodStatic memberCode exampleCategorizeByEntropyMinimization(String, Char, IndexCollection, Boolean, Int32, IFormatProvider)
Discretizes numerical data from the stream underlying the specified file by defining multiple intervals of the numerical data range. Intervals are identified by minimizing the intra-interval entropy of the specified target data.
Public methodStatic memberCode exampleCategorizeByEntropyMinimization(TextReader, Char, IndexCollection, Boolean, Int32, IFormatProvider)
Discretizes numerical data from the stream underlying the specified text reader by defining multiple intervals of the numerical data range. Intervals are identified by minimizing the intra-interval entropy of the specified target data.
Top
See Also