JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
ai.h2o.automl
Interface H2ORunnable
All Known Subinterfaces:
TimedH2ORunnable
All Known Implementing Classes:
AutoML
public interface
H2ORunnable
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
.
Method Summary
Methods
Modifier and Type
Method and Description
void
run
()
void
stop
()
Method Detail
run
void run()
stop
void stop()
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method