public class KMeansGrid extends hex.Grid<KMeansGrid>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MODEL_NAME |
| Modifier and Type | Method and Description |
|---|---|
protected long |
checksum_impl() |
static KMeansGrid |
get(water.fvec.Frame fr) |
protected KMeans |
getBuilder(double[] hypers) |
double[] |
getHypers(hex.Model.Parameters parms) |
protected double[] |
hyperDefaults() |
protected java.lang.String[] |
hyperNames() |
protected java.lang.String |
modelName() |
protected double |
suggestedNextHyperValue(int h,
hex.Model m,
double[] hyperLimits)
Ask the Grid for a suggested next hyperparameter value, given an existing
Model as a starting point and the complete set of hyperparameter limits.
|
keyName, model, model, remove_impl, startGridSearch, trainingFramedelete_and_lock, delete, delete, delete, read_lock, read_lock, unlock_all, unlock, update, write_lockpublic static final java.lang.String MODEL_NAME
protected java.lang.String modelName()
modelName in class hex.Grid<KMeansGrid>protected java.lang.String[] hyperNames()
hyperNames in class hex.Grid<KMeansGrid>protected double[] hyperDefaults()
hyperDefaults in class hex.Grid<KMeansGrid>protected double suggestedNextHyperValue(int h,
hex.Model m,
double[] hyperLimits)
suggestedNextHyperValue in class hex.Grid<KMeansGrid>h - The h-th hyperparameterm - A model to act as a starting pointhyperLimits - Upper bounds for this searchprotected KMeans getBuilder(double[] hypers)
getBuilder in class hex.Grid<KMeansGrid>hypers - A set of hyper parameter valuespublic double[] getHypers(hex.Model.Parameters parms)
getHypers in class hex.Grid<KMeansGrid>parms - Model parameterspublic static KMeansGrid get(water.fvec.Frame fr)
protected long checksum_impl()
checksum_impl in class water.Keyed<KMeansGrid>