public class CCUpdateable extends CC implements IncrementalMultiLabelClassifier
CC,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
protected class |
CCUpdateable.ULink |
| Modifier and Type | Field and Description |
|---|---|
protected CCUpdateable.ULink |
root |
m_InstancesTemplateBATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULTBayesNet, 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, transformInstanceevaluation, getCapabilities, getRevision, getTemplate, makeCopies, runClassifier, testCapabilitiesclassifierTipText, 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, getModel, setDebugprotected CCUpdateable.ULink root
protected String defaultClassifierString()
defaultClassifierString in class ProblemTransformationMethodpublic String globalInfo()
CCglobalInfo in class CCpublic void buildClassifier(weka.core.Instances D)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class CCExceptionpublic void updateClassifier(weka.core.Instance x)
throws Exception
updateClassifier in interface weka.classifiers.UpdateableClassifierExceptionpublic double[] distributionForInstance(weka.core.Instance x)
throws Exception
distributionForInstance in interface weka.classifiers.ClassifierdistributionForInstance in class CCExceptionpublic static void main(String[] args)
Copyright © 2017. All Rights Reserved.