程序包 weka.experiment
接口 RemoteExperimentListener
public interface RemoteExperimentListener
Interface for classes that want to listen for updates on RemoteExperiment
progress
- 版本:
- $Revision: 1.5 $
- 作者:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
方法概要
修饰符和类型方法说明void
Called when progress has been made in a remote experiment
-
方法详细资料
-
remoteExperimentStatus
Called when progress has been made in a remote experiment- 参数:
e
- the event encapsulating what happened
-