CategoricalDataSetCategorizeByEntropyMinimization Method

Overload List

CategorizeByEntropyMinimization(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.
CategorizeByEntropyMinimization(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.

See Also