|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object rdr.mulan.MultiLabelClassifierBase rdr.mulan.TransformationBasedMultiLabelClassifier
public abstract class TransformationBasedMultiLabelClassifier
Base class for multi-label classifiers, which use problem transformation to handle multi-label data.
Constructor Summary | |
---|---|
TransformationBasedMultiLabelClassifier(weka.classifiers.Classifier baseClassifier,
int numLabels)
Creates a new instance. |
|
TransformationBasedMultiLabelClassifier(int numLabels)
Creates a new instance |
Method Summary | |
---|---|
weka.classifiers.Classifier |
getBaseClassifier()
Returns the Classifier which is used internally by this classifier. |
weka.core.TechnicalInformation |
getTechnicalInformation()
|
Methods inherited from class rdr.mulan.MultiLabelClassifierBase |
---|
buildClassifier, getDebug, getNumLabels, makeCopy, predict, setDebug |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransformationBasedMultiLabelClassifier(int numLabels)
numLabels
- the number of labels for the classifier.public TransformationBasedMultiLabelClassifier(weka.classifiers.Classifier baseClassifier, int numLabels)
baseClassifier
- the base classifier which will be used internally to classify the data.numLabels
- the number of labels for the classifier.Method Detail |
---|
public weka.classifiers.Classifier getBaseClassifier()
Classifier
which is used internally by this classifier.
public weka.core.TechnicalInformation getTechnicalInformation()
MultiLabelClassifierBase
getTechnicalInformation
in interface weka.core.TechnicalInformationHandler
getTechnicalInformation
in class MultiLabelClassifierBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |