Uses of Interface
weka.core.Drawable
Packages that use Drawable
Package
Description
-
Uses of Drawable in weka.classifiers.bayes
Classes in weka.classifiers.bayes that implement DrawableModifier and TypeClassDescriptionclassBayes Network learning using various search algorithms and quality measures.
Base class for a Bayes Network classifier. -
Uses of Drawable in weka.classifiers.bayes.net
Classes in weka.classifiers.bayes.net that implement DrawableModifier 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 Drawable in weka.classifiers.meta
Classes in weka.classifiers.meta that implement DrawableModifier and TypeClassDescriptionclassDimensionality of training and test data is reduced by attribute selection before being passed on to a classifier.classA metaclassifier that makes its base classifier cost sensitive.classClass for performing parameter selection by cross-validation for any classifier.
For more information, see:
R.classClass for running an arbitrary classifier on data that has been passed through an arbitrary filter.classClass for running an arbitrary classifier on data that has been passed through an arbitrary filter. -
Uses of Drawable in weka.classifiers.misc
Classes in weka.classifiers.misc that implement DrawableModifier 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 Drawable in weka.classifiers.pmml.consumer
Classes in weka.classifiers.pmml.consumer that implement Drawable -
Uses of Drawable in weka.classifiers.trees
Classes in weka.classifiers.trees that implement DrawableModifier and TypeClassDescriptionclassA Hoeffding tree (VFDT) is an incremental, anytime decision tree induction algorithm that is capable of learning from massive data streams, assuming that the distribution generating examples does not change over time.classClass 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 tree that considers K randomly chosen attributes at each node.classFast decision tree learner. -
Uses of Drawable in weka.classifiers.trees.j48
Classes in weka.classifiers.trees.j48 that implement DrawableModifier and TypeClassDescriptionclassClass for handling a tree structure that can be pruned using C4.5 procedures.classClass for handling a tree structure used for classification.classClass for handling a naive bayes tree structure used for classification.classClass for handling a tree structure that can be pruned using a pruning set. -
Uses of Drawable in weka.clusterers
Classes in weka.clusterers that implement DrawableModifier and TypeClassDescriptionclassClass implementing the Cobweb and Classit clustering algorithms.
Note: the application of node operators (merging, splitting etc.) in terms of ordering and priority differs (and is somewhat ambiguous) between the original Cobweb and Classit papers.classClass for running an arbitrary clusterer on data that has been passed through an arbitrary filter.classHierarchical clustering class.