Skip navigation links
B D G L M N S T V W 

B

buildClassifier(Instances) - Method in class weka.classifiers.meta.Dagging
Bagging method.

D

Dagging - Class in weka.classifiers.meta
This meta classifier creates a number of disjoint, stratified folds out of the data and feeds each chunk of data to a copy of the supplied base classifier.
Dagging() - Constructor for class weka.classifiers.meta.Dagging
Constructor.
distributionForInstance(Instance) - Method in class weka.classifiers.meta.Dagging
Calculates the class membership probabilities for the given test instance.

G

getNumFolds() - Method in class weka.classifiers.meta.Dagging
Gets the number of folds to use for splitting the training set.
getOptions() - Method in class weka.classifiers.meta.Dagging
Gets the current settings of the Classifier.
getRevision() - Method in class weka.classifiers.meta.Dagging
Returns the revision string.
getTechnicalInformation() - Method in class weka.classifiers.meta.Dagging
Returns an instance of a TechnicalInformation object, containing detailed information about the technical background of this class, e.g., paper reference or book this class is based on.
getVerbose() - Method in class weka.classifiers.meta.Dagging
Gets the verbose state
globalInfo() - Method in class weka.classifiers.meta.Dagging
Returns a string describing classifier

L

listOptions() - Method in class weka.classifiers.meta.Dagging
Returns an enumeration describing the available options.

M

main(String[]) - Static method in class weka.classifiers.meta.Dagging
Main method for testing this class.

N

numFoldsTipText() - Method in class weka.classifiers.meta.Dagging
Returns the tip text for this property

S

setNumFolds(int) - Method in class weka.classifiers.meta.Dagging
Sets the number of folds to use for splitting the training set.
setOptions(String[]) - Method in class weka.classifiers.meta.Dagging
Parses a given list of options.
setVerbose(boolean) - Method in class weka.classifiers.meta.Dagging
Set the verbose state.

T

toString() - Method in class weka.classifiers.meta.Dagging
Returns description of the classifier.

V

verboseTipText() - Method in class weka.classifiers.meta.Dagging
Returns the tip text for this property

W

weka.classifiers.meta - package weka.classifiers.meta
 
B D G L M N S T V W 
Skip navigation links