程序包 weka.gui.beans

类 IncrementalClassifierEvaluator

所有已实现的接口:
ImageObserver, MenuContainer, Serializable, EventListener, Accessible, BeanCommon, EventConstraints, IncrementalClassifierListener, Visible

public class IncrementalClassifierEvaluator extends AbstractEvaluator implements IncrementalClassifierListener, EventConstraints
Bean that evaluates incremental classifiers
版本:
$Revision: 7059 $
作者:
Mark Hall
另请参阅:
  • 构造器详细资料

    • IncrementalClassifierEvaluator

      public IncrementalClassifierEvaluator()
  • 方法详细资料

    • setCustomName

      public void setCustomName(String name)
      Set a custom (descriptive) name for this bean
      指定者:
      setCustomName 在接口中 BeanCommon
      参数:
      name - the name to use
    • getCustomName

      public String getCustomName()
      Get the custom (descriptive) name for this bean (if one has been set)
      指定者:
      getCustomName 在接口中 BeanCommon
      返回:
      the custom name (or the default name)
    • globalInfo

      public String globalInfo()
      Global info for this bean
      返回:
      a String value
    • acceptClassifier

      public void acceptClassifier(IncrementalClassifierEvent ce)
      Accepts and processes a classifier encapsulated in an incremental classifier event
      指定者:
      acceptClassifier 在接口中 IncrementalClassifierListener
      参数:
      ce - an IncrementalClassifierEvent value
    • eventGeneratable

      public boolean eventGeneratable(String eventName)
      Returns true, if at the current time, the named event could be generated. Assumes that supplied event names are names of events that could be generated by this bean.
      指定者:
      eventGeneratable 在接口中 EventConstraints
      参数:
      eventName - the name of the event in question
      返回:
      true if the named event could be generated at this point in time
    • stop

      public void stop()
      Stop all action
      指定者:
      stop 在接口中 BeanCommon
      指定者:
      stop 在类中 AbstractEvaluator
    • isBusy

      public boolean isBusy()
      Returns true if. at this time, the bean is busy with some (i.e. perhaps a worker thread is performing some calculation).
      指定者:
      isBusy 在接口中 BeanCommon
      返回:
      true if the bean is busy.
    • setStatusFrequency

      public void setStatusFrequency(int s)
      Set how often progress is reported to the status bar.
      参数:
      s - report progress every s instances
    • getStatusFrequency

      public int getStatusFrequency()
      Get how often progress is reported to the status bar.
      返回:
      after how many instances, progress is reported to the status bar
    • statusFrequencyTipText

      public String statusFrequencyTipText()
      Return a tip text string for this property
      返回:
      a string for the tip text
    • setOutputPerClassInfoRetrievalStats

      public void setOutputPerClassInfoRetrievalStats(boolean i)
      Set whether to output per-class information retrieval statistics (nominal class only).
      参数:
      i - true if info retrieval stats are to be output
    • getOutputPerClassInfoRetrievalStats

      public boolean getOutputPerClassInfoRetrievalStats()
      Get whether per-class information retrieval stats are to be output.
      返回:
      true if info retrieval stats are to be output
    • outputPerClassInfoRetrievalStatsTipText

      public String outputPerClassInfoRetrievalStatsTipText()
      Return a tip text string for this property
      返回:
      a string for the tip text
    • addChartListener

      public void addChartListener(ChartListener cl)
      Add a chart listener
      参数:
      cl - a ChartListener value
    • removeChartListener

      public void removeChartListener(ChartListener cl)
      Remove a chart listener
      参数:
      cl - a ChartListener value
    • addTextListener

      public void addTextListener(TextListener cl)
      Add a text listener
      参数:
      cl - a TextListener value
    • removeTextListener

      public void removeTextListener(TextListener cl)
      Remove a text listener
      参数:
      cl - a TextListener value