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_InstancesTemplateBATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULTBayesNet, 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, toStringclassifierTipText, defaultClassifierOptions, getClassifier, getClassifierSpec, getOptions, listOptions, postExecution, preExecution, setClassifier, setOptionsbatchSizeTipText, 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 weka.classifiers.Classifier[] m_MultiClassifiers
protected weka.core.Instances[] m_InstancesTemplates
public String globalInfo()
globalInfo in class ProblemTransformationMethodpublic void buildClassifier(weka.core.Instances D)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class ProblemTransformationMethodExceptionpublic double[] distributionForInstance(weka.core.Instance x)
throws Exception
distributionForInstance in interface weka.classifiers.ClassifierdistributionForInstance in class ProblemTransformationMethodExceptionpublic Map<Integer,Integer> graphType()
graphType in interface MultiLabelDrawablepublic Map<Integer,String> graph() throws Exception
graph in interface MultiLabelDrawableException - if the graph can't be computedpublic String getRevision()
getRevision in interface weka.core.RevisionHandlergetRevision in class ProblemTransformationMethodpublic static void main(String[] args)
Copyright © 2017. All Rights Reserved.