public class MULAN extends ProblemTransformationMethod
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_MethodString |
protected mulan.classifier.MultiLabelLearner |
m_MULAN |
m_InstancesTemplate| Constructor and Description |
|---|
MULAN() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildClassifier(weka.core.Instances instances) |
double[] |
distributionForInstance(weka.core.Instance instance) |
String |
getMethod() |
String[] |
getOptions() |
String |
getRevision() |
String |
globalInfo()
Description to display in the GUI.
|
Enumeration |
listOptions() |
static void |
main(String[] args) |
String |
methodTipText() |
void |
setMethod(String m)
Set a prescribed MULAN classifier configuration.
|
void |
setOptions(String[] options) |
defaultClassifierString, evaluation, getCapabilities, getModel, getTemplate, makeCopies, runClassifier, testCapabilities, toStringclassifierTipText, defaultClassifierOptions, getClassifier, getClassifierSpec, postExecution, preExecution, setClassifierbatchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlacesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebugTipText, getDebug, setDebugprotected mulan.classifier.MultiLabelLearner m_MULAN
protected String m_MethodString
public String globalInfo()
globalInfo in class ProblemTransformationMethodpublic void setMethod(String m)
m - key; one of: BR, LP, CLR, RAkEL1, RAkEL2, MLkNN, IBLR_ML, BPMLL (you can add more in the MULAN.java code)public String getMethod()
public String methodTipText()
public Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class weka.classifiers.SingleClassifierEnhancerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class weka.classifiers.SingleClassifierEnhancerExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class weka.classifiers.SingleClassifierEnhancerpublic void buildClassifier(weka.core.Instances instances)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class ProblemTransformationMethodExceptionpublic double[] distributionForInstance(weka.core.Instance instance)
throws Exception
distributionForInstance in interface weka.classifiers.ClassifierdistributionForInstance in class ProblemTransformationMethodExceptionpublic String getRevision()
getRevision in interface weka.core.RevisionHandlergetRevision in class ProblemTransformationMethodpublic static void main(String[] args)
Copyright © 2017. All Rights Reserved.