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

water.api.ModelSynopsisV3 Maven / Gradle / Ivy

package water.api;

import hex.Model;
import water.Iced;

/**
 * A Model synopsis contains only the minimal properties a Model: it's ID (key) and algo.
 */
public class ModelSynopsisV3
  extends ModelSchemaBase {

  public ModelSynopsisV3() {
  }

  public ModelSynopsisV3(Model m) {
    super(m);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy