Uses of Interface
weka.core.AdditionalMeasureProducer
Packages that use AdditionalMeasureProducer
Package
Description
-
Uses of AdditionalMeasureProducer in weka.classifiers.bayes
Classes in weka.classifiers.bayes that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassBayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier. -
Uses of AdditionalMeasureProducer in weka.classifiers.bayes.net
Classes in weka.classifiers.bayes.net that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassBayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier.classBuilds a description of a Bayes Net classifier stored in XML BIF 0.3 format.
For more details on XML BIF see:
Fabio Cozman, Marek Druzdzel, Daniel Garcia (1998).classBayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier. -
Uses of AdditionalMeasureProducer in weka.classifiers.functions
Classes in weka.classifiers.functions that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassClassifier for building linear logistic regression models.classSMOreg implements the support vector machine for regression. -
Uses of AdditionalMeasureProducer in weka.classifiers.lazy
Classes in weka.classifiers.lazy that implement AdditionalMeasureProducer -
Uses of AdditionalMeasureProducer in weka.classifiers.meta
Classes in weka.classifiers.meta that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassMeta classifier that enhances the performance of a regression base classifier.classDimensionality of training and test data is reduced by attribute selection before being passed on to a classifier.classClass for bagging a classifier to reduce variance.classChooses the best number of iterations for an IterativeClassifier such as LogitBoost using cross-validation or a percentage split evaluation. -
Uses of AdditionalMeasureProducer in weka.classifiers.misc
Classes in weka.classifiers.misc that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassWrapper classifier that addresses incompatible training and test data by building a mapping between the training data that a classifier has been built with and the incoming test instances' structure. -
Uses of AdditionalMeasureProducer in weka.classifiers.rules
Classes in weka.classifiers.rules that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassClass for building and using a simple decision table majority classifier.
For more information see:
Ron Kohavi: The Power of Decision Tables.classThis class implements a propositional rule learner, Repeated Incremental Pruning to Produce Error Reduction (RIPPER), which was proposed by William W.classGenerates a decision list for regression problems using separate-and-conquer.classClass for generating a PART decision list. -
Uses of AdditionalMeasureProducer in weka.classifiers.trees
Classes in weka.classifiers.trees that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassClass for generating a pruned or unpruned C4.5 decision tree.classClassifier for building 'logistic model trees', which are classification trees with logistic regression functions at the leaves.classM5Base.classClass for constructing a forest of random trees.
For more information see:
Leo Breiman (2001).classFast decision tree learner. -
Uses of AdditionalMeasureProducer in weka.classifiers.trees.m5
Classes in weka.classifiers.trees.m5 that implement AdditionalMeasureProducer -
Uses of AdditionalMeasureProducer in weka.core.neighboursearch
Classes in weka.core.neighboursearch that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassClass implementing the BallTree/Metric Tree algorithm for nearest neighbour search.
The connection to dataset is only a reference.classClass implementing the CoverTree datastructure.
The class is very much a translation of the c source code made available by the authors.
For more information and original source code see:
Alina Beygelzimer, Sham Kakade, John Langford: Cover trees for nearest neighbor.classApplies the given filter before calling the given neighbour search method.classClass implementing the KDTree search algorithm for nearest neighbour search.
The connection to dataset is only a reference.classClass implementing the brute force search algorithm for nearest neighbour search.classAbstract class for nearest neighbour search.classThe class that measures the performance of a nearest neighbour search (NNS) algorithm.classThe class that measures the performance of a tree based nearest neighbour search algorithm. -
Uses of AdditionalMeasureProducer in weka.experiment
Classes in weka.experiment that implement AdditionalMeasureProducerModifier and TypeClassDescriptionclassTakes the results from a ResultProducer and submits the average to the result listener.classA SplitEvaluator that produces results for a classification scheme on a nominal class attribute.classSplitEvaluator that produces results for a classification scheme on a nominal class attribute, including weighted misclassification costs.classGenerates for each run, carries out an n-fold cross-validation, using the set SplitEvaluator to generate some results.classCarries out one split of a repeated k-fold cross-validation, using the set SplitEvaluator to generate some results.classExamines a database and extracts out the results produced by the specified ResultProducer and submits them to the specified ResultListener.classA SplitEvaluator that produces results for a density based clusterer.classLoads the external test set and calls the appropriate SplitEvaluator to generate some results.
The filename of the test set is constructed as follows:
<dir> + / + <prefix> + <relation-name> + <suffix>
The relation-name can be modified by using the regular expression to replace the matching sub-string with a specified replacement string.classTells a sub-ResultProducer to reproduce the current run for varying sized subsamples of the dataset.classGenerates a single train/test split and calls the appropriate SplitEvaluator to generate some results.classA SplitEvaluator that produces results for a classification scheme on a numeric class attribute.