public class PSUpdateable extends PS implements IncrementalMultiLabelClassifier
PS,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected weka.core.Instances |
batch |
protected HashMap<LabelSet,Integer> |
combinations |
protected int |
L |
protected int |
m_Limit |
protected int |
m_Support |
protected MajorityLabelsetUpdateable |
mlu |
m_InstancesTemplateBATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULTBayesNet, Newick, NOT_DRAWABLE, TREE| Constructor and Description |
|---|
PSUpdateable() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildClassifier(weka.core.Instances D) |
protected String |
defaultClassifierString() |
double[] |
distributionForInstance(weka.core.Instance x) |
int |
getLimit() |
String[] |
getOptions() |
int |
getSupport() |
String |
globalInfo()
Description to display in the GUI.
|
String |
limitTipText() |
Enumeration |
listOptions() |
static void |
main(String[] args) |
void |
setLimit(int m_Limit) |
void |
setOptions(String[] options) |
void |
setSupport(int m_Support) |
String |
supportTipText() |
void |
updateClassifier(weka.core.Instance x) |
getN, getP, getRevision, getSeed, getTechnicalInformation, nTipText, pTipText, seedTipText, setN, setP, setSeedevaluation, getCapabilities, getModel, 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 int m_Limit
protected int m_Support
protected int L
protected weka.core.Instances batch
protected MajorityLabelsetUpdateable mlu
public String globalInfo()
PSglobalInfo in class PSprotected String defaultClassifierString()
defaultClassifierString in class ProblemTransformationMethodpublic void buildClassifier(weka.core.Instances D)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class PSExceptionpublic 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 LCExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class PSpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class PSExceptionpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class PSpublic int getLimit()
public void setLimit(int m_Limit)
public String limitTipText()
public int getSupport()
public void setSupport(int m_Support)
public String supportTipText()
public static void main(String[] args)
Copyright © 2017. All Rights Reserved.