Class MultiSearchZeroInstances

java.lang.Object
weka.classifiers.AbstractClassifier
weka.classifiers.SingleClassifierEnhancer
weka.classifiers.RandomizableSingleClassifierEnhancer
weka.classifiers.meta.MultiSearch
weka.classifiers.meta.MultiSearchZeroInstances
All Implemented Interfaces:
Serializable, Cloneable, weka.classifiers.Classifier, weka.classifiers.meta.multisearch.MultiSearchCapable, weka.classifiers.meta.multisearch.TraceableOptimizer, weka.core.AdditionalMeasureProducer, weka.core.BatchPredictor, weka.core.CapabilitiesHandler, weka.core.CapabilitiesIgnorer, weka.core.CommandlineRunnable, weka.core.OptionHandler, weka.core.Randomizable, weka.core.RevisionHandler, weka.core.Summarizable

public class MultiSearchZeroInstances extends weka.classifiers.meta.MultiSearch
MultiSearch Classifier that accapts empty dataset;
Since:
0.0.1
Version:
0.0.1
Author:
pawel trajdos
See Also:
  • Field Summary

    Fields inherited from class weka.classifiers.AbstractClassifier

    BATCH_SIZE_DEFAULT, NUM_DECIMAL_PLACES_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    buildClassifier(weka.core.Instances data)
     
    weka.core.Capabilities
     

    Methods inherited from class weka.classifiers.meta.MultiSearch

    algorithmTipText, classLabelTipText, defaultAlgorithm, distributionForInstance, enumerateMeasures, evaluationTipText, getAlgorithm, getBestClassifier, getBestCoordinates, getBestValues, getClassLabel, getClassLabelIndex, getCommandline, getEvaluation, getFactory, getGenerator, getLogFile, getMeasure, getMetrics, getMetricsTags, getOptions, getRevision, getSearchParameters, getTrace, getTraceClassifierAsCli, getTraceFolds, getTraceParameterSettings, getTraceSize, getTraceValue, globalInfo, listOptions, log, log, logFileTipText, logPerformances, logPerformances, main, searchParametersTipText, setAlgorithm, setClassifier, setClassLabel, setEvaluation, setLogFile, setOptions, setSearchParameters, toString, toSummaryString

    Methods inherited from class weka.classifiers.RandomizableSingleClassifierEnhancer

    getSeed, seedTipText, setSeed

    Methods inherited from class weka.classifiers.SingleClassifierEnhancer

    classifierTipText, getClassifier, postExecution, preExecution

    Methods inherited from class weka.classifiers.AbstractClassifier

    batchSizeTipText, classifyInstance, debugTipText, distributionsForInstances, doNotCheckCapabilitiesTipText, forName, getBatchSize, getDebug, getDoNotCheckCapabilities, getNumDecimalPlaces, implementsMoreEfficientBatchPrediction, makeCopies, makeCopy, numDecimalPlacesTipText, run, runClassifier, setBatchSize, setDebug, setDoNotCheckCapabilities, setNumDecimalPlaces

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface weka.classifiers.Classifier

    classifyInstance

    Methods inherited from interface weka.classifiers.meta.multisearch.MultiSearchCapable

    getClassifier, getSeed
  • Constructor Details

    • MultiSearchZeroInstances

      public MultiSearchZeroInstances()
  • Method Details

    • getCapabilities

      public weka.core.Capabilities getCapabilities()
      Specified by:
      getCapabilities in interface weka.core.CapabilitiesHandler
      Specified by:
      getCapabilities in interface weka.classifiers.Classifier
      Overrides:
      getCapabilities in class weka.classifiers.meta.MultiSearch
    • buildClassifier

      public void buildClassifier(weka.core.Instances data) throws Exception
      Specified by:
      buildClassifier in interface weka.classifiers.Classifier
      Overrides:
      buildClassifier in class weka.classifiers.meta.MultiSearch
      Throws:
      Exception