- GBM_rescale(double[]) - Static method in class hex.genmodel.GenModel
-
- GenModel - Class in hex.genmodel
-
This is a helper class to support Java generated models.
- GenModel(String[], String[][]) - Constructor for class hex.genmodel.GenModel
-
- getColIdx(String) - Method in class hex.genmodel.GenModel
-
- getColIdx(String) - Method in interface water.genmodel.IGeneratedModel
-
Returns index of column with give name or -1 if column is not found.
- getColumnName() - Method in exception hex.genmodel.easy.exception.PredictUnknownCategoricalLevelException
-
Get the column name for which the unknown level was given as input.
- getDomainValues(String) - Method in class hex.genmodel.GenModel
-
- getDomainValues(int) - Method in class hex.genmodel.GenModel
-
- getDomainValues() - Method in class hex.genmodel.GenModel
-
- getDomainValues(String) - Method in interface water.genmodel.IGeneratedModel
-
Gets domain of given column.
- getDomainValues(int) - Method in interface water.genmodel.IGeneratedModel
-
Returns domain values for i-th column.
- getDomainValues() - Method in interface water.genmodel.IGeneratedModel
-
Returns domain values for all columns including response column.
- getHeader() - Method in class hex.genmodel.easy.EasyPredictModelWrapper
-
Some autoencoder thing, I'm not sure what this does.
- getHeader() - Method in class hex.genmodel.GenModel
-
???
- getModelCategory() - Method in class hex.genmodel.easy.EasyPredictModelWrapper
-
Get the category (type) of model.
- getModelCategory() - Method in interface hex.genmodel.IGenModel
-
Returns this model category.
- getNames() - Method in class hex.genmodel.GenModel
-
- getNames() - Method in interface water.genmodel.IGeneratedModel
-
The names of columns used in the model.
- getNumClasses(int) - Method in class hex.genmodel.GenModel
-
- getNumClasses(int) - Method in interface water.genmodel.IGeneratedModel
-
Get number of classes in in given column.
- getNumCols() - Method in class hex.genmodel.GenModel
-
- getNumCols() - Method in interface water.genmodel.IGeneratedModel
-
Returns number of columns used as input for training (i.e., exclude response column).
- getNumResponseClasses() - Method in class hex.genmodel.GenModel
-
- getNumResponseClasses() - Method in interface water.genmodel.IGeneratedModel
-
Return a number of classes in response column.
- getPrediction(double[], double[], double[], double) - Static method in class hex.genmodel.GenModel
-
Utility function to get a best prediction from an array of class
prediction distribution.
- getPredsSize() - Method in class hex.genmodel.GenModel
-
- getPredsSize() - Method in interface water.genmodel.IGeneratedModel
-
- getResponseDomainValues() - Method in class hex.genmodel.easy.EasyPredictModelWrapper
-
Get the array of levels for the response column.
- getResponseIdx() - Method in class hex.genmodel.GenModel
-
- getResponseIdx() - Method in interface water.genmodel.IGeneratedModel
-
Returns an index of the response column inside getDomains().
- getResponseName() - Method in class hex.genmodel.GenModel
-
- getResponseName() - Method in interface water.genmodel.IGeneratedModel
-
Deprecated.
- getUnknownLevel() - Method in exception hex.genmodel.easy.exception.PredictUnknownCategoricalLevelException
-
Get the unknown level which was not seen during model training.
- getUUID() - Method in interface water.genmodel.IGeneratedModel
-
Returns model's unique identifier.
- GLM_identityInv(double) - Static method in class hex.genmodel.GenModel
-
- GLM_inverseInv(double) - Static method in class hex.genmodel.GenModel
-
- GLM_logInv(double) - Static method in class hex.genmodel.GenModel
-
- GLM_logitInv(double) - Static method in class hex.genmodel.GenModel
-
- GLM_tweedieInv(double, double) - Static method in class hex.genmodel.GenModel
-