程序包 weka.gui.beans

接口 LogWriter


public interface LogWriter
Interface to be implemented by classes that should be able to write their own output to the Weka logger. This is useful, for example, for filters that provide detailed processing instructions.
版本:
$Revision: 1.2 $
作者:
Carsten Pohle (cp AT cpohle de)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    setLog(Logger logger)
    Set a logger
  • 方法详细资料

    • setLog

      void setLog(Logger logger)
      Set a logger
      参数:
      logger - a weka.gui.Logger value