- DistributionConsolidated - Class in weka.classifiers.trees.j48Consolidated
-
Class for handling a distribution of class values based on a consolidation process.
- DistributionConsolidated(Instances[]) - Constructor for class weka.classifiers.trees.j48Consolidated.DistributionConsolidated
-
Creates a distribution with only one bag according
to the vector of samples by calculating the average of the distributions.
- DistributionConsolidated(Instances[], ClassifierSplitModel) - Constructor for class weka.classifiers.trees.j48Consolidated.DistributionConsolidated
-
Creates a distribution by calculating the average of the distributions according
to each sample and given split model.
- DistributionConsolidated(Instances) - Constructor for class weka.classifiers.trees.j48Consolidated.DistributionConsolidated
-
Constructor calling the constructor of the superclass
(No necessary if the above methods are moved to the official class 'Distribution')
- DistributionConsolidated(Instances, ClassifierSplitModel) - Constructor for class weka.classifiers.trees.j48Consolidated.DistributionConsolidated
-
Constructor calling the constructor of the superclass
(No necessary if the above methods are moved to the official class 'Distribution')