- GBM_rescale(double[]) - Static method in class hex.genmodel.GenModel
-
- GbmModel - Class in hex.genmodel.algos
-
"Gradient Boosting Machine" MojoModel
- GbmModel(MojoModel.MojoReader, Map<String, Object>, String[], String[][]) - Constructor for class hex.genmodel.algos.GbmModel
-
- GenModel - Class in hex.genmodel
-
This is a helper class to support Java generated models.
- GenModel(String[], String[][]) - Constructor for class hex.genmodel.GenModel
-
- GenmodelBitSet - Class in hex.genmodel.utils
-
GenmodelBitSet - bitset that "lives" on top of an external byte array.
- GenmodelBitSet(int) - Constructor for class hex.genmodel.utils.GenmodelBitSet
-
- GenmodelBitSet(int, int) - Constructor for class hex.genmodel.utils.GenmodelBitSet
-
- GenMunger - Class in hex.genmodel
-
- GenMunger() - Constructor for class hex.genmodel.GenMunger
-
- GenMunger.Step<T> - Class in hex.genmodel
-
- GenMunger.Step(String[], String[], String[]) - Constructor for class hex.genmodel.GenMunger.Step
-
- get1U() - Method in class hex.genmodel.utils.ByteBufferWrapper
-
- get2() - Method in class hex.genmodel.utils.ByteBufferWrapper
-
- get3() - Method in class hex.genmodel.utils.ByteBufferWrapper
-
- get4() - Method in class hex.genmodel.utils.ByteBufferWrapper
-
- get4f() - Method in class hex.genmodel.utils.ByteBufferWrapper
-
- getBinaryFile(String) - Method in interface hex.genmodel.MojoModel.MojoReader
-
- getColIdx(String) - Method in class hex.genmodel.GenModel
-
Returns index of a column with given name, or -1 if the column is not found.
- 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.
- getConvertUnknownCategoricalLevelsToNa() - Method in class hex.genmodel.easy.EasyPredictModelWrapper.Config
-
- getDecisionPath(double) - Static method in class hex.genmodel.algos.TreeBasedModel
-
- getDomainValues(String) - Method in class hex.genmodel.GenModel
-
Gets domain of the given column.
- getDomainValues(int) - Method in class hex.genmodel.GenModel
-
Returns domain values for the i-th column.
- getDomainValues() - Method in class hex.genmodel.GenModel
-
Returns domain values for all columns, including the response column.
- 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
-
???
- getModel() - Method in class hex.genmodel.easy.EasyPredictModelWrapper.Config
-
- getModelCategory() - Method in class hex.genmodel.easy.EasyPredictModelWrapper
-
Get the category (type) of model.
- getModelCategory() - Method in class hex.genmodel.GenModel
-
Returns this model category.
- getModelCategory() - Method in interface hex.genmodel.IGenModel
-
Returns this model category.
- getModelCategory() - Method in class hex.genmodel.MojoModel
-
- getNames() - Method in class hex.genmodel.GenModel
-
The names of all columns used, including response and offset columns.
- getNames() - Method in interface water.genmodel.IGeneratedModel
-
The names of columns used in the model.
- getNumClasses(int) - Method in class hex.genmodel.GenModel
-
Get number of classes in the given column.
- getNumClasses(int) - Method in interface water.genmodel.IGeneratedModel
-
Get number of classes in in given column.
- getNumCols() - Method in class hex.genmodel.GenModel
-
Returns number of columns used as input for training (i.e., exclude response and offset columns).
- getNumCols() - Method in interface water.genmodel.IGeneratedModel
-
Returns number of columns used as input for training (i.e., exclude response and offset columns).
- getNumResponseClasses() - Method in class hex.genmodel.GenModel
-
Return a number of classes in response column.
- 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
-
Returns the expected size of preds array which is passed to `predict(double[], double[])` function.
- getPredsSize() - Method in interface water.genmodel.IGeneratedModel
-
Returns the expected size of preds array which is passed to `predict(double[], float[])` function.
- getResponseDomainValues() - Method in class hex.genmodel.easy.EasyPredictModelWrapper
-
Get the array of levels for the response column.
- getResponseIdx() - Method in class hex.genmodel.GenModel
-
Returns the index of the response column inside getDomains().
- getResponseIdx() - Method in interface water.genmodel.IGeneratedModel
-
Returns an index of the response column inside getDomains().
- getResponseName() - Method in class hex.genmodel.GenModel
-
The name of the response column.
- getResponseName() - Method in interface water.genmodel.IGeneratedModel
-
Deprecated.
- getTextFile(String) - Method in interface hex.genmodel.MojoModel.MojoReader
-
- getTotalUnknownCategoricalLevelsSeen() - Method in class hex.genmodel.easy.EasyPredictModelWrapper
-
Get the total number unknown categorical levels seen.
- getUnknownCategoricalLevelsSeenPerColumn() - Method in class hex.genmodel.easy.EasyPredictModelWrapper
-
Get unknown categorical level counts.
- getUnknownLevel() - Method in exception hex.genmodel.easy.exception.PredictUnknownCategoricalLevelException
-
Get the unknown level which was not seen during model training.
- getUUID() - Method in class hex.genmodel.GenModel
-
- getUUID() - Method in class hex.genmodel.MojoModel
-
- 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
-