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 class
ArrayBinning<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 class
SpreadSheetRowBinning
Applies 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 class
BinnedNumericClassCrossValidationFoldGenerator
Helper class for generating cross-validation folds.class
BinnedNumericClassRandomSplitGenerator
Generates random splits of datasets with numeric classes using a binning algorithm.class
GroupedBinnedNumericClassCrossValidationFoldGenerator
Helper class for generating cross-validation folds.class
GroupedBinnedNumericClassRandomSplitGenerator
Generates random splits of datasets with numeric classes using a binning algorithm.
-