Class ConfigurableJ48

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, weka.classifiers.Classifier, weka.classifiers.Sourcable, weka.core.AdditionalMeasureProducer, weka.core.BatchPredictor, weka.core.CapabilitiesHandler, weka.core.CapabilitiesIgnorer, weka.core.CommandlineRunnable, weka.core.Drawable, weka.core.Matchable, weka.core.OptionHandler, weka.core.PartitionGenerator, weka.core.RevisionHandler, weka.core.Summarizable, weka.core.TechnicalInformationHandler, weka.core.WeightedInstancesHandler

    public class ConfigurableJ48
    extends weka.classifiers.trees.J48
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class weka.classifiers.trees.J48

        m_binarySplits, m_CF, m_collapseTree, m_doNotMakeSplitPointActualValue, m_minNumObj, m_noCleanup, m_numFolds, m_reducedErrorPruning, m_root, m_Seed, m_subtreeRaising, m_unpruned, m_useLaplace, m_useMDLcorrection
      • Fields inherited from class weka.classifiers.AbstractClassifier

        BATCH_SIZE_DEFAULT, m_BatchSize, m_Debug, m_DoNotCheckCapabilities, m_numDecimalPlaces, NUM_DECIMAL_PLACES_DEFAULT
      • Fields inherited from interface weka.core.Drawable

        BayesNet, Newick, NOT_DRAWABLE, TREE
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurableJ48()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      weka.classifiers.trees.j48.ClassifierTree getClassifierTree()  
      void stuff()  
      • Methods inherited from class weka.classifiers.trees.J48

        binarySplitsTipText, buildClassifier, classifyInstance, collapseTreeTipText, confidenceFactorTipText, distributionForInstance, doNotMakeSplitPointActualValueTipText, enumerateMeasures, generatePartition, getBinarySplits, getCapabilities, getCollapseTree, getConfidenceFactor, getDoNotMakeSplitPointActualValue, getMeasure, getMembershipValues, getMinNumObj, getNumFolds, getOptions, getReducedErrorPruning, getRevision, getSaveInstanceData, getSeed, getSubtreeRaising, getTechnicalInformation, getUnpruned, getUseLaplace, getUseMDLcorrection, globalInfo, graph, graphType, listOptions, main, measureNumLeaves, measureNumRules, measureTreeSize, minNumObjTipText, numElements, numFoldsTipText, prefix, reducedErrorPruningTipText, saveInstanceDataTipText, seedTipText, setBinarySplits, setCollapseTree, setConfidenceFactor, setDoNotMakeSplitPointActualValue, setMinNumObj, setNumFolds, setOptions, setReducedErrorPruning, setSaveInstanceData, setSeed, setSubtreeRaising, setUnpruned, setUseLaplace, setUseMDLcorrection, subtreeRaisingTipText, toSource, toString, toSummaryString, unprunedTipText, useLaplaceTipText, useMDLcorrectionTipText
      • Methods inherited from class weka.classifiers.AbstractClassifier

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConfigurableJ48

        public ConfigurableJ48()
    • Method Detail

      • getClassifierTree

        public weka.classifiers.trees.j48.ClassifierTree getClassifierTree()
      • stuff

        public void stuff()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception