Class HOMERLeaf

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, meka.classifiers.multilabel.MultiLabelClassifier, meka.classifiers.MultiXClassifier, weka.classifiers.Classifier, weka.core.BatchPredictor, weka.core.CapabilitiesHandler, weka.core.CapabilitiesIgnorer, weka.core.CommandlineRunnable, weka.core.OptionHandler, weka.core.RevisionHandler

    public class HOMERLeaf
    extends HOMERNode
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class weka.classifiers.AbstractClassifier

        BATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULT
    • Constructor Summary

      Constructors 
      Constructor Description
      HOMERLeaf​(java.lang.Integer label)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<HOMERNode> getChildren()  
      java.util.Collection<java.lang.Integer> getLabels()  
      boolean isLeaf()  
      java.lang.String toString()  
      • Methods inherited from class meka.classifiers.multilabel.AbstractMultiLabelClassifier

        evaluation, getModel, globalInfo, makeCopies, runClassifier, testCapabilities
      • Methods inherited from class weka.classifiers.AbstractClassifier

        batchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getCapabilities, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, getOptions, getRevision, implementsMoreEfficientBatchPrediction, listOptions, makeCopies, makeCopy, numDecimalPlacesTipText, postExecution, preExecution, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces, setOptions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface weka.classifiers.Classifier

        classifyInstance, getCapabilities
      • Methods inherited from interface meka.classifiers.MultiXClassifier

        debugTipText, getDebug, setDebug
      • Methods inherited from interface weka.core.OptionHandler

        getOptions, listOptions, setOptions
    • Constructor Detail

      • HOMERLeaf

        public HOMERLeaf​(java.lang.Integer label)
    • Method Detail

      • getLabels

        public java.util.Collection<java.lang.Integer> getLabels()
        Overrides:
        getLabels in class HOMERNode
        Returns:
        The set of labels this node is responsible for.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class HOMERNode