public class CT extends MCC implements weka.core.TechnicalInformationHandler
| Modifier and Type | Field and Description |
|---|---|
protected int |
m_Density |
protected String |
m_DependencyMetric |
protected int |
m_Width |
m_InstancesTemplateBATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULTBayesNet, Newick, NOT_DRAWABLE, TREE| Constructor and Description |
|---|
CT() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildClassifier(weka.core.Instances D) |
String |
densityTipText() |
String |
dependencyMetricTipText() |
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
|
String[] |
getOptions() |
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) |
static Trellis |
orderTrellis(Trellis trel,
double[][] I,
Random rand)
OrderTrellis - order the trellis according to marginal label dependencies.
|
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
|
void |
setOptions(String[] options) |
void |
setWidth(int h)
SetH - Sets the trellis width.
|
String |
toString() |
String |
widthTipText() |
chainIterationsTipText, distributionForInstance, getChainIterations, getInferenceIterations, getPayoff, inferenceIterationsTipText, payoff, payoffTipText, setChainIterations, setInferenceIterations, setPayoffgetConfidences, getDefaultSeed, getModel, getSeed, getTransformTemplates, graph, graphType, prepareChain, prepareChain, probabilityForInstance, rebuildClassifier, retrieveChain, sampleForInstance, sampleForInstanceFast, seedTipText, setSeed, transformInstancedefaultClassifierString, evaluation, 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, setDebugprotected int m_Width
protected int m_Density
protected String m_DependencyMetric
public String globalInfo()
CCglobalInfo in class MCCpublic void buildClassifier(weka.core.Instances D)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class MCCExceptionpublic static Trellis orderTrellis(Trellis trel, double[][] I, Random rand)
trel - a randomly initialised trellisI - a matrix of marginal pairwise dependenciesrand - a random seedpublic 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 weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface weka.core.TechnicalInformationHandlergetTechnicalInformation in class MCCpublic Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class MCCpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class MCCExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class MCCpublic static void main(String[] args)
Copyright © 2017. All Rights Reserved.