public class CDT extends CDN
CDN,
CT,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected int |
m_Density |
protected String |
m_DependencyMetric |
protected int |
m_Width |
protected CNode[] |
nodes |
m_InstancesTemplate| Constructor and Description |
|---|
CDT() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildClassifier(weka.core.Instances D) |
String |
densityTipText() |
String |
dependencyMetricTipText() |
double[] |
distributionForInstance(weka.core.Instance x) |
int |
getDensity()
GetDensity - Get the neighbourhood density (number of neighbours for each node).
|
String |
getDependencyMetric()
GetDependency - Get the type of depependency to use in rearranging the trellis (None by default)
|
String[] |
getOptions() |
String |
getRevision() |
weka.core.TechnicalInformation |
getTechnicalInformation() |
int |
getWidth()
GetH - Get the trellis width.
|
String |
globalInfo()
Description to display in the GUI.
|
Enumeration |
listOptions() |
static void |
main(String[] args) |
void |
setDensity(int c)
SetDensity - Sets the neighbourhood density (number of neighbours for each node).
|
void |
setDependencyMetric(String m)
SetDependency - Sets the type of depependency to use in rearranging the trellis (None by default)
|
void |
setOptions(String[] options) |
void |
setWidth(int h)
SetH - Sets the trellis width.
|
String |
widthTipText() |
getI, getIc, getSeed, icTipText, iTipText, seedTipText, setI, setIc, setSeeddefaultClassifierString, 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 int m_Width
protected int m_Density
protected String m_DependencyMetric
protected CNode[] nodes
public void buildClassifier(weka.core.Instances D)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class CDNExceptionpublic double[] distributionForInstance(weka.core.Instance x)
throws Exception
distributionForInstance in interface weka.classifiers.ClassifierdistributionForInstance in class CDNExceptionpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class CDNpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class CDNExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class CDNpublic int getDensity()
public void setDensity(int c)
public String densityTipText()
public int getWidth()
public void setWidth(int h)
public String widthTipText()
public String getDependencyMetric()
public void setDependencyMetric(String m)
public String dependencyMetricTipText()
public static void main(String[] args)
public String globalInfo()
globalInfo in class CDNpublic weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface weka.core.TechnicalInformationHandlergetTechnicalInformation in class CDNpublic String getRevision()
getRevision in interface weka.core.RevisionHandlergetRevision in class CDNCopyright © 2017. All Rights Reserved.