All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.h2o.automl.H2ORunnable Maven / Gradle / Ivy

There is a newer version: 3.46.0.6
Show newest version
package ai.h2o.automl;

/**
 *
 * The H2ORunnable interface should be implemented by any class whose
 * instances are intended to be submitted to the H2O forkjoin pool via
 * H2O.submitTask. The class must define a method of no arguments called
 * run.
 *
 */
public interface H2ORunnable {
  void run();
  void stop();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy