Uses of Interface
adams.data.binning.algorithm.BinningAlgorithmUser
-
Packages that use BinningAlgorithmUser Package Description adams.data.statistics adams.flow.transformer weka.classifiers -
-
Uses of BinningAlgorithmUser in adams.data.statistics
Classes in adams.data.statistics that implement BinningAlgorithmUser Modifier and Type Class Description classArrayBinning<T extends Number>Bins the data from given array using the specified algorithm and post-processing approach. -
Uses of BinningAlgorithmUser in adams.flow.transformer
Classes in adams.flow.transformer that implement BinningAlgorithmUser Modifier and Type Class Description classSpreadSheetRowBinningApplies a binning algorithm to the values from the specified binning column to filter the rows into specific bins.
A new column is then added containing the corresponding bin index. -
Uses of BinningAlgorithmUser in weka.classifiers
Classes in weka.classifiers that implement BinningAlgorithmUser Modifier and Type Class Description classBinnedNumericClassCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classBinnedNumericClassRandomSplitGeneratorGenerates random splits of datasets with numeric classes using a binning algorithm.classGroupedBinnedNumericClassCrossValidationFoldGeneratorHelper class for generating cross-validation folds.classGroupedBinnedNumericClassRandomSplitGeneratorGenerates random splits of datasets with numeric classes using a binning algorithm.
-