|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.classify.Classifier cc.mallet.classify.BaggingClassifier
public class BaggingClassifier
Field Summary |
---|
Fields inherited from class cc.mallet.classify.Classifier |
---|
instancePipe |
Constructor Summary | |
---|---|
BaggingClassifier(Pipe instancePipe,
Classifier[] baggedClassifiers)
|
Method Summary | |
---|---|
Classification |
classify(Instance inst)
|
Methods inherited from class cc.mallet.classify.Classifier |
---|
alphabetsMatch, classify, classify, classify, getAccuracy, getAlphabet, getAlphabets, getAverageRank, getF1, getF1, getF1, getFeatureSelection, getInstancePipe, getLabelAlphabet, getPerClassFeatureSelection, getPrecision, getPrecision, getPrecision, getRecall, getRecall, getRecall, print, print |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaggingClassifier(Pipe instancePipe, Classifier[] baggedClassifiers)
Method Detail |
---|
public Classification classify(Instance inst)
classify
in class Classifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |