public class RAkELd extends PS implements weka.core.TechnicalInformationHandler
k still indicates the size of partitions, although anything more than L/2 just causes the classifier to default to PS).RAkEL,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected int[][] |
kMap |
protected weka.classifiers.Classifier[] |
m_Classifiers |
protected weka.core.Instances[] |
m_InstancesTemplates |
m_InstancesTemplateBATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULTBayesNet, Newick, NOT_DRAWABLE, TREE| Constructor and Description |
|---|
RAkELd() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildClassifier(weka.core.Instances D) |
double[] |
distributionForInstance(weka.core.Instance x) |
int |
getK()
GetK - Get the k parameter (size of partitions).
|
String[] |
getOptions() |
String |
getRevision() |
weka.core.TechnicalInformation |
getTechnicalInformation() |
String |
globalInfo()
Description to display in the GUI.
|
String |
kTipText() |
Enumeration |
listOptions() |
static void |
main(String[] args) |
void |
setK(int k)
SetP - Sets the k parameter (size of partitions)
|
void |
setOptions(String[] options) |
String |
toString() |
getN, getP, getSeed, nTipText, pTipText, seedTipText, setN, setP, setSeeddefaultClassifierString, evaluation, 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, setDebugprotected weka.classifiers.Classifier[] m_Classifiers
protected weka.core.Instances[] m_InstancesTemplates
protected int[][] kMap
public String globalInfo()
globalInfo in class PSpublic void buildClassifier(weka.core.Instances D)
throws Exception
buildClassifier in interface weka.classifiers.ClassifierbuildClassifier in class PSExceptionpublic double[] distributionForInstance(weka.core.Instance x)
throws Exception
distributionForInstance in interface weka.classifiers.ClassifierdistributionForInstance in class LCExceptionpublic int getK()
public void setK(int k)
public String kTipText()
public Enumeration listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class PSpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class PSExceptionpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class PSpublic weka.core.TechnicalInformation getTechnicalInformation()
getTechnicalInformation in interface weka.core.TechnicalInformationHandlergetTechnicalInformation in class PSpublic String getRevision()
getRevision in interface weka.core.RevisionHandlergetRevision in class PSpublic static void main(String[] args)
Copyright © 2017. All Rights Reserved.