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

water.api.ClusteringModelParametersSchema Maven / Gradle / Ivy

package water.api;

import hex.ClusteringModel;

/**
 * An instance of a ClusteringModelParameters schema contains the common ClusteringModel build parameters.
 */
public class ClusteringModelParametersSchema

> extends ModelParametersSchema { static public String[] own_fields = new String[] { "k" }; @API(help = "Number of clusters", required = true, direction = API.Direction.INOUT, gridable = true) public int k; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy