public class CCUpdateable extends CC implements IncrementalMultiLabelClassifier
CC
,
Serialized FormModifier and Type | Class and Description |
---|---|
protected class |
CCUpdateable.ULink |
Modifier and Type | Field and Description |
---|---|
protected CCUpdateable.ULink |
root |
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 |
---|
CCUpdateable() |
Modifier and Type | Method and Description |
---|---|
void |
buildClassifier(weka.core.Instances D) |
protected String |
defaultClassifierString() |
double[] |
distributionForInstance(weka.core.Instance x) |
String |
globalInfo()
Description to display in the GUI.
|
static void |
main(String[] args) |
void |
updateClassifier(weka.core.Instance x) |
getConfidences, getDefaultSeed, getModel, getOptions, getSeed, getTechnicalInformation, getTransformTemplates, graph, graphType, listOptions, prepareChain, prepareChain, probabilityForInstance, rebuildClassifier, retrieveChain, sampleForInstance, sampleForInstanceFast, seedTipText, setOptions, setSeed, toString, transformInstance
evaluation, getCapabilities, getRevision, getTemplate, makeCopies, runClassifier, testCapabilities
classifierTipText, defaultClassifierOptions, getClassifier, getClassifierSpec, postExecution, preExecution, setClassifier
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, getModel, setDebug
protected CCUpdateable.ULink root
protected String defaultClassifierString()
defaultClassifierString
in class ProblemTransformationMethod
public String globalInfo()
CC
globalInfo
in class CC
public void buildClassifier(weka.core.Instances D) throws Exception
buildClassifier
in interface weka.classifiers.Classifier
buildClassifier
in class CC
Exception
public void updateClassifier(weka.core.Instance x) throws Exception
updateClassifier
in interface weka.classifiers.UpdateableClassifier
Exception
public double[] distributionForInstance(weka.core.Instance x) throws Exception
distributionForInstance
in interface weka.classifiers.Classifier
distributionForInstance
in class CC
Exception
public static void main(String[] args)
Copyright © 2017. All Rights Reserved.