public class CDT extends CDN
CDN
,
CT
,
Serialized FormConstructor and Description |
---|
CDT() |
Modifier and Type | Method and Description |
---|---|
void |
buildClassifier(weka.core.Instances D) |
double[] |
distributionForInstance(weka.core.Instance x) |
java.lang.String[] |
getOptions() |
java.lang.String |
getRevision() |
weka.core.TechnicalInformation |
getTechnicalInformation() |
int |
getType()
GetI - Get the neighbourhood type (number of neighbours for each node).
|
int |
getWidth()
GetH - Get the trellis width.
|
java.lang.String |
globalInfo()
Description to display in the GUI.
|
java.util.Enumeration |
listOptions() |
static void |
main(java.lang.String[] args) |
void |
setOptions(java.lang.String[] options) |
void |
setType(int c)
SetI - Sets the neighbourhood type (number of neighbours for each node).
|
void |
setWidth(int h)
SetH - Sets the trellis width.
|
getI, getIc, getSeed, seedTipText, setI, setIc, setSeed
evaluation, getCapabilities, getTemplate, makeCopies, runClassifier, testCapabilities, toString
classifierTipText, getClassifier, setClassifier
public void buildClassifier(weka.core.Instances D) throws java.lang.Exception
buildClassifier
in interface weka.classifiers.Classifier
buildClassifier
in class CDN
java.lang.Exception
public double[] distributionForInstance(weka.core.Instance x) throws java.lang.Exception
distributionForInstance
in interface weka.classifiers.Classifier
distributionForInstance
in class CDN
java.lang.Exception
public java.util.Enumeration listOptions()
listOptions
in interface weka.core.OptionHandler
listOptions
in class CDN
public void setOptions(java.lang.String[] options) throws java.lang.Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class CDN
java.lang.Exception
public java.lang.String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class CDN
public int getType()
public void setType(int c)
public int getWidth()
public void setWidth(int h)
public static void main(java.lang.String[] args)
public java.lang.String globalInfo()
globalInfo
in class CDN
public weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation
in interface weka.core.TechnicalInformationHandler
getTechnicalInformation
in class CDN
public java.lang.String getRevision()
getRevision
in interface weka.core.RevisionHandler
getRevision
in class CDN