public class CDN extends ProblemTransformationMethod implements weka.core.Randomizable, weka.core.TechnicalInformationHandler
| Modifier and Type | Field and Description |
|---|---|
protected weka.core.Instances[] |
D_templates |
protected weka.classifiers.Classifier[] |
h |
protected int |
I |
protected int |
I_c |
protected Random |
m_R |
protected int |
m_S |
m_InstancesTemplate| Constructor and Description |
|---|
CDN() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildClassifier(weka.core.Instances D) |
double[] |
distributionForInstance(weka.core.Instance x) |
int |
getI()
GetI - Get the number of iterations.
|
int |
getIc()
GetIc - Get the number of collection iterations.
|
String[] |
getOptions() |
String |
getRevision() |
int |
getSeed() |
weka.core.TechnicalInformation |
getTechnicalInformation() |
String |
globalInfo()
Description to display in the GUI.
|
String |
icTipText() |
String |
iTipText() |
Enumeration |
listOptions() |
static void |
main(String[] args) |
String |
seedTipText() |
void |
setI(int i)
SetI - Sets the number of iterations.
|
void |
setIc(int ic)
SetIc - Sets the number of collection iterations.
|
void |
setOptions(String[] options) |
void |
setSeed(int s) |
defaultClassifierString, evaluation, getCapabilities, getModel, getTemplate, makeCopies, runClassifier, testCapabilities, toStringclassifierTipText, 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, setDebugprotected weka.classifiers.Classifier[] h
protected Random m_R
protected weka.core.Instances[] D_templates
protected int I
protected int I_c
protected int m_S
public 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 void setSeed(int s)
setSeed in interface weka.core.Randomizablepublic int getSeed()
getSeed in interface weka.core.Randomizablepublic String seedTipText()
public int getI()
public void setI(int i)
public String iTipText()
public int getIc()
public void setIc(int ic)
public String icTipText()
public Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class weka.classifiers.SingleClassifierEnhancerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class weka.classifiers.SingleClassifierEnhancerExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class weka.classifiers.SingleClassifierEnhancerpublic static void main(String[] args)
public String globalInfo()
globalInfo in class ProblemTransformationMethodpublic weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface weka.core.TechnicalInformationHandlerpublic String getRevision()
getRevision in interface weka.core.RevisionHandlergetRevision in class ProblemTransformationMethodCopyright © 2017. All Rights Reserved.