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

water.api.TabulateHandler Maven / Gradle / Ivy

package water.api;

import water.util.Tabulate;

public class TabulateHandler extends Handler {

  public TabulateV3 run(int version, TabulateV3 spv3) {
    Tabulate sp = spv3.createAndFillImpl();
    return (TabulateV3) Schema.schema(version, Tabulate.class).fillFromImpl(sp.execImpl());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy