public class H2O3Transform
extends java.lang.Object
implements ai.h2o.mojos.runtime.transforms.MojoTransform
A MOJO2 pipeline implementation that uses an H2O-3 (or Sparkling Water) MOJO as the predictor inside. The intent is to provide as identical an experience to the MOJO2 API as possible.
A non-goal is to expose every possible low-level H2O-3 MOJO API capability. If you want to do that, call the H2O-3 MOJO API directly, instead.
| Modifier and Type | Method and Description |
|---|---|
void |
transform(ai.h2o.mojos.runtime.frame.MojoFrame frame) |