public class BR extends ProblemTransformationMethod implements MultiLabelDrawable
Modifier and Type | Field and Description |
---|---|
protected weka.core.Instances[] |
m_InstancesTemplates |
protected weka.classifiers.Classifier[] |
m_MultiClassifiers |
m_InstancesTemplate
BATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULT
BayesNet, Newick, NOT_DRAWABLE, TREE
Constructor and Description |
---|
BR() |
Modifier and Type | Method and Description |
---|---|
void |
buildClassifier(weka.core.Instances D) |
double[] |
distributionForInstance(weka.core.Instance x) |
String |
getRevision() |
String |
globalInfo()
Description to display in the GUI.
|
Map<Integer,String> |
graph()
Returns a string that describes a graph representing
the object.
|
Map<Integer,Integer> |
graphType()
Returns the type of graph representing
the object.
|
static void |
main(String[] args) |
defaultClassifierString, evaluation, getCapabilities, getModel, getTemplate, makeCopies, runClassifier, testCapabilities, toString
classifierTipText, defaultClassifierOptions, getClassifier, getClassifierSpec, getOptions, listOptions, postExecution, preExecution, setClassifier, setOptions
batchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
debugTipText, getDebug, setDebug
protected weka.classifiers.Classifier[] m_MultiClassifiers
protected weka.core.Instances[] m_InstancesTemplates
public String globalInfo()
globalInfo
in class ProblemTransformationMethod
public void buildClassifier(weka.core.Instances D) throws Exception
buildClassifier
in interface weka.classifiers.Classifier
buildClassifier
in class ProblemTransformationMethod
Exception
public double[] distributionForInstance(weka.core.Instance x) throws Exception
distributionForInstance
in interface weka.classifiers.Classifier
distributionForInstance
in class ProblemTransformationMethod
Exception
public Map<Integer,Integer> graphType()
graphType
in interface MultiLabelDrawable
public Map<Integer,String> graph() throws Exception
graph
in interface MultiLabelDrawable
Exception
- if the graph can't be computedpublic String getRevision()
getRevision
in interface weka.core.RevisionHandler
getRevision
in class ProblemTransformationMethod
public static void main(String[] args)
Copyright © 2017. All Rights Reserved.