public class END extends RandomizableIteratedSingleClassifierEnhancer implements TechnicalInformationHandler
@inproceedings{Dong2005,
author = {Lin Dong and Eibe Frank and Stefan Kramer},
booktitle = {PKDD},
pages = {84-95},
publisher = {Springer},
title = {Ensembles of Balanced Nested Dichotomies for Multi-class Problems},
year = {2005}
}
@inproceedings{Frank2004,
author = {Eibe Frank and Stefan Kramer},
booktitle = {Twenty-first International Conference on Machine Learning},
publisher = {ACM},
title = {Ensembles of nested dichotomies for multi-class problems},
year = {2004}
}
Valid options are:
-S <num> Random number seed. (default 1)
-I <num> Number of iterations. (default 10)
-D If set, classifier is run in debug mode and may output additional info to the console
-W Full name of base classifier. (default: weka.classifiers.meta.nestedDichotomies.ND)
Options specific to classifier weka.classifiers.meta.nestedDichotomies.ND:
-S <num> Random number seed. (default 1)
-D If set, classifier is run in debug mode and may output additional info to the console
-W Full name of base classifier. (default: weka.classifiers.trees.J48)
Options specific to classifier weka.classifiers.trees.J48:
-U Use unpruned tree.
-C <pruning confidence> Set confidence threshold for pruning. (default 0.25)
-M <minimum number of instances> Set minimum number of instances per leaf. (default 2)
-R Use reduced error pruning.
-N <number of folds> Set number of folds for reduced error pruning. One fold is used as pruning set. (default 3)
-B Use binary splits only.
-S Don't perform subtree raising.
-L Do not clean up after the tree has been built.
-A Laplace smoothing for predicted probabilities.
-Q <seed> Seed for random data shuffling (default 1).Options after -- are passed to the designated classifier.
| Modifier and Type | Field and Description |
|---|---|
protected Hashtable |
m_hashtable
The hashtable containing the classifiers for the END.
|
m_Seedm_Classifiers, m_NumIterationsm_Classifierm_Debug| Constructor and Description |
|---|
END()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildClassifier(Instances data)
Builds the committee of randomizable classifiers.
|
protected String |
defaultClassifierString()
String describing default classifier.
|
double[] |
distributionForInstance(Instance instance)
Calculates the class membership probabilities for the given test
instance.
|
Capabilities |
getCapabilities()
Returns default capabilities of the classifier.
|
String |
getRevision()
Returns the revision string.
|
TechnicalInformation |
getTechnicalInformation()
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.
|
String |
globalInfo()
Returns a string describing classifier
|
static void |
main(String[] argv)
Main method for testing this class.
|
String |
toString()
Returns description of the committee.
|
getOptions, getSeed, listOptions, seedTipText, setOptions, setSeedgetNumIterations, numIterationsTipText, setNumIterationsclassifierTipText, getClassifier, getClassifierSpec, setClassifierclassifyInstance, debugTipText, forName, getDebug, makeCopies, makeCopy, runClassifier, setDebugprotected Hashtable m_hashtable
protected String defaultClassifierString()
defaultClassifierString in class SingleClassifierEnhancerpublic String globalInfo()
public TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface TechnicalInformationHandlerpublic Capabilities getCapabilities()
getCapabilities in interface CapabilitiesHandlergetCapabilities in class SingleClassifierEnhancerCapabilitiespublic void buildClassifier(Instances data) throws Exception
buildClassifier in class IteratedSingleClassifierEnhancerdata - the training data to be used for generating the
bagged classifier.Exception - if the classifier could not be built successfullypublic double[] distributionForInstance(Instance instance) throws Exception
distributionForInstance in class Classifierinstance - the instance to be classifiedException - if distribution can't be computed successfullypublic String toString()
public String getRevision()
getRevision in interface RevisionHandlergetRevision in class Classifierpublic static void main(String[] argv)
argv - the optionsCopyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.