A B C D E F G H I K L M N O P Q R S T U V _ 

A

acceptsFrame(Frame) - Method in class hex.schemas.DeepLearningV2
 
acceptsFrame(Frame) - Method in class hex.schemas.ExampleV2
 
acceptsFrame(Frame) - Method in class hex.schemas.GLMV2
 
acceptsFrame(Frame) - Method in class hex.schemas.KMeansV2
 
activation - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The activation function (non-linearity) to be used the neurons in the hidden layers.
activation - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The activation function (non-linearity) to be used the neurons in the hidden layers.
actual_best_model_key - Variable in class hex.deeplearning.DeepLearningModel
 
actual_train_samples_per_iteration - Variable in class hex.deeplearning.DeepLearningModel
 
adaptive_rate - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The implemented adaptive learning rate algorithm (ADADELTA) automatically combines the benefits of learning rate annealing and momentum training to avoid slow convergence.
adaptive_rate - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The implemented adaptive learning rate algorithm (ADADELTA) automatically combines the benefits of learning rate annealing and momentum training to avoid slow convergence.
add(DeepLearningModel.DeepLearningModelInfo) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
add(int, int, float) - Method in class hex.deeplearning.Neurons.DenseColMatrix
 
add(int, int, float) - Method in class hex.deeplearning.Neurons.DenseRowMatrix
 
add(int, float) - Method in class hex.deeplearning.Neurons.DenseVector
 
add(int, int, float) - Method in interface hex.deeplearning.Neurons.Matrix
 
add(int, int, float) - Method in class hex.deeplearning.Neurons.SparseRowMatrix
 
add(int, float) - Method in class hex.deeplearning.Neurons.SparseVector
 
add(int, float) - Method in interface hex.deeplearning.Neurons.Vector
 
add(double, double) - Method in class hex.glm.GLMValidation
 
add(GLMValidation) - Method in class hex.glm.GLMValidation
 
add(Gram) - Method in class hex.glm.Gram
 
add_processed_global(long) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
add_processed_local(long) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
addDiag(double) - Method in class hex.glm.Gram
 
addDiag(double, boolean) - Method in class hex.glm.Gram
 
addRow(double[], int, int[], double) - Method in class hex.glm.Gram
 
aic() - Method in class hex.glm.GLMValidation
 
alpha - Variable in class hex.glm.GLMModel.GLMParameters
 
auc() - Method in class hex.glm.GLMValidation
 
autoencoder - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
autoencoder - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
autoEncoderError(int) - Method in class hex.deeplearning.Neurons
Helper to compute the reconstruction error for auto-encoders (part of the gradient computation)
average_activation - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
average_activation - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 

B

balance_classes - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
For imbalanced data, balance training data class counts via over/under-sampling.
balance_classes - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
For imbalanced data, balance training data class counts via over/under-sampling.
begin() - Method in class hex.deeplearning.Neurons.SparseVector
 
beta() - Method in class hex.glm.GLMModel
 
bits() - Method in class hex.deeplearning.Dropout
 
bprop() - Method in class hex.deeplearning.Neurons
Back propagation
bprop() - Method in class hex.deeplearning.Neurons.Input
 
bprop(float) - Method in class hex.deeplearning.Neurons.Linear
Backpropagation for regression
bprop() - Method in class hex.deeplearning.Neurons.Maxout
 
bprop() - Method in class hex.deeplearning.Neurons.Output
 
bprop() - Method in class hex.deeplearning.Neurons.Rectifier
 
bprop(int) - Method in class hex.deeplearning.Neurons.Softmax
Backpropagation for classification Update every weight as follows: w += -rate * dE/dw Compute dE/dw via chain rule: dE/dw = dE/dy * dy/dnet * dnet/dw, where net = sum(xi*wi)+b and y = activation function
bprop() - Method in class hex.deeplearning.Neurons.Tanh
 
buildModel() - Method in class hex.deeplearning.DeepLearning.DeepLearningDriver
Train a Deep Learning model, assumes that all members are populated If checkpoint == null, then start training a new model, otherwise continue from a checkpoint

C

c1 - Static variable in class hex.optimization.L_BFGS
 
canonical() - Method in class hex.glm.GLMModel.GLMParameters
 
checkKKTAndComplete(double[], boolean) - Method in class hex.glm.GLM.GLMLambdaTask
Computes the full gradient (gradient for all predictors) and checks line search condition (gradient has no NaNs/Infs) and the KKT conditions for the underlying optimization problem.
checkpoint - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
A model key associated with a previously trained Deep Learning model.
checkpoint - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
A model key associated with a previously trained Deep Learning model.
cholesky(Gram.Cholesky) - Method in class hex.glm.Gram
 
cholesky(Gram.Cholesky, boolean, String) - Method in class hex.glm.Gram
Compute the cholesky decomposition.
chunkDone(long) - Method in class hex.deeplearning.DeepLearningTask
 
chunkDone(long) - Method in class hex.FrameTask
Override this to do post-chunk processing work.
chunkDone(long) - Method in class hex.glm.GLMTask.GLMIterationTask
 
chunkDone(long) - Method in class hex.glm.GLMTask.GLMLineSearchTask
 
chunkDone(long) - Method in class hex.glm.Gram.GramTask
 
chunkInit() - Method in class hex.deeplearning.DeepLearningTask
 
chunkInit() - Method in class hex.FrameTask
Override this to initialize at the beginning of chunk processing.
chunkInit() - Method in class hex.glm.GLMTask.GLMIterationTask
 
chunkInit() - Method in class hex.glm.GLMTask.GLMLineSearchTask
 
chunkInit() - Method in class hex.glm.Gram.GramTask
 
class_sampling_factors - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Desired over/under-sampling ratios per class (lexicographic order).
class_sampling_factors - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Desired over/under-sampling ratios per class (lexicographic order).
classification - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
classification - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
classification - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
classification_stop - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The stopping criteria in terms of classification error (1-accuracy) on the training data scoring dataset.
classification_stop - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The stopping criteria in terms of classification error (1-accuracy) on the training data scoring dataset.
classNames() - Method in class hex.glm.GLMModel.GLMOutput
 
clusters - Variable in class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 
cm() - Method in class hex.deeplearning.DeepLearningModel
for grid search error reporting
coefficients() - Method in class hex.glm.GLMModel
get beta coefficients in a map indexed by name
coefNames() - Method in class hex.FrameTask.DataInfo
 
coefs - Variable in class hex.optimization.L_BFGS.Result
 
col_major - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
col_major - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
cols() - Method in class hex.deeplearning.Neurons.DenseColMatrix
 
cols() - Method in class hex.deeplearning.Neurons.DenseRowMatrix
 
cols() - Method in interface hex.deeplearning.Neurons.Matrix
 
cols() - Method in class hex.deeplearning.Neurons.SparseRowMatrix
 
compareTo(DeepLearningModel) - Method in class hex.deeplearning.DeepLearningModel
 
compute() - Method in class hex.glm.Gram.Cholesky.ParSolver
 
compute2() - Method in class hex.deeplearning.DeepLearning.DeepLearningDriver
 
compute2() - Method in class hex.glm.GLM.GLMDriver
 
compute2() - Method in class hex.glm.GLM.GLMLambdaTask
 
compute2() - Method in class hex.glm.LSMSolver.ADMMSolver.ParallelSolver
 
compute2() - Method in class hex.schemas.DeepLearningHandler
 
compute2() - Method in class hex.schemas.ExampleHandler
 
compute2() - Method in class hex.schemas.GLMHandler
 
compute2() - Method in class hex.schemas.KMeansHandler
 
computeAIC() - Method in class hex.glm.GLMValidation
 
computeAUC() - Method in class hex.glm.GLMValidation
 
computeEta(int, int[], double[], double[]) - Method in class hex.glm.GLMTask
 
computeStats() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
computeVariableImportances() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
Compute Variable Importance, based on GEDEON: DATA MINING OF INPUTS: ANALYSING MAGNITUDE AND FUNCTIONAL MEASURES
converged() - Method in class hex.glm.LSMSolver
 
createImpl() - Method in class hex.schemas.DeepLearningModelV2
 
createImpl() - Method in class hex.schemas.DeepLearningModelV2.DeepLearningModelOutputV2
 
createImpl() - Method in class hex.schemas.DeepLearningV2
 
createImpl() - Method in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
createImpl() - Method in class hex.schemas.ExampleModelV2
 
createImpl() - Method in class hex.schemas.ExampleModelV2.ExampleModelOutputV2
 
createImpl() - Method in class hex.schemas.ExampleV2
 
createImpl() - Method in class hex.schemas.ExampleV2.ExampleParametersV2
 
createImpl() - Method in class hex.schemas.GLMV2
 
createImpl() - Method in class hex.schemas.GLMV2.GLMParametersV2
 
createImpl() - Method in class hex.schemas.KMeansModelV2
 
createImpl() - Method in class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 
createImpl() - Method in class hex.schemas.KMeansV2
 
createImpl() - Method in class hex.schemas.KMeansV2.KMeansParametersV2
 
createOutputSchema() - Method in class hex.schemas.DeepLearningModelV2
 
createOutputSchema() - Method in class hex.schemas.ExampleModelV2
 
createOutputSchema() - Method in class hex.schemas.KMeansModelV2
 
createParametersSchema() - Method in class hex.schemas.DeepLearningModelV2
 
createParametersSchema() - Method in class hex.schemas.DeepLearningV2
 
createParametersSchema() - Method in class hex.schemas.ExampleModelV2
 
createParametersSchema() - Method in class hex.schemas.ExampleV2
 
createParametersSchema() - Method in class hex.schemas.GLMV2
 
createParametersSchema() - Method in class hex.schemas.KMeansModelV2
 
createParametersSchema() - Method in class hex.schemas.KMeansV2
 

D

data_info() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
decompose_2(double[][], int, int) - Static method in class hex.glm.Gram.InPlaceCholesky
 
decompTime - Variable in class hex.glm.LSMSolver.ADMMSolver
 
deep_clone() - Method in class hex.FrameTask.DataInfo
 
DeepLearning - Class in hex.deeplearning
Deep Learning Neural Net implementation based on MRTask
DeepLearning(DeepLearningModel.DeepLearningParameters) - Constructor for class hex.deeplearning.DeepLearning
 
DeepLearning.DeepLearningDriver - Class in hex.deeplearning
 
DeepLearning.DeepLearningDriver() - Constructor for class hex.deeplearning.DeepLearning.DeepLearningDriver
 
DeepLearningBuilderHandler - Class in hex.api
 
DeepLearningBuilderHandler() - Constructor for class hex.api.DeepLearningBuilderHandler
 
DeepLearningHandler - Class in hex.schemas
 
DeepLearningHandler() - Constructor for class hex.schemas.DeepLearningHandler
 
DeepLearningModel - Class in hex.deeplearning
The Deep Learning model It contains a DeepLearningModelInfo with the most up-to-date model, a scoring history, as well as some helpers to indicate the progress
DeepLearningModel(DeepLearningModel, Key, Key, FrameTask.DataInfo) - Constructor for class hex.deeplearning.DeepLearningModel
Constructor to restart from a checkpointed model
DeepLearningModel(Key, Key, Key, FrameTask.DataInfo, DeepLearningModel.DeepLearningParameters, float[]) - Constructor for class hex.deeplearning.DeepLearningModel
 
DeepLearningModel.DeepLearningModelInfo - Class in hex.deeplearning
 
DeepLearningModel.DeepLearningModelInfo() - Constructor for class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
DeepLearningModel.DeepLearningModelInfo(DeepLearningModel.DeepLearningParameters, FrameTask.DataInfo) - Constructor for class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
DeepLearningModel.DeepLearningOutput - Class in hex.deeplearning
 
DeepLearningModel.DeepLearningOutput() - Constructor for class hex.deeplearning.DeepLearningModel.DeepLearningOutput
 
DeepLearningModel.DeepLearningParameters - Class in hex.deeplearning
 
DeepLearningModel.DeepLearningParameters() - Constructor for class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
DeepLearningModel.DeepLearningParameters.Activation - Enum in hex.deeplearning
Activation functions
DeepLearningModel.DeepLearningParameters.ClassSamplingMethod - Enum in hex.deeplearning
 
DeepLearningModel.DeepLearningParameters.InitialWeightDistribution - Enum in hex.deeplearning
 
DeepLearningModel.DeepLearningParameters.Loss - Enum in hex.deeplearning
Loss functions CrossEntropy is recommended
DeepLearningModel.DeepLearningParameters.MissingValuesHandling - Enum in hex.deeplearning
 
DeepLearningModel.Errors - Class in hex.deeplearning
 
DeepLearningModel.Errors() - Constructor for class hex.deeplearning.DeepLearningModel.Errors
 
DeepLearningModelV2 - Class in hex.schemas
 
DeepLearningModelV2() - Constructor for class hex.schemas.DeepLearningModelV2
 
DeepLearningModelV2.DeepLearningModelOutputV2 - Class in hex.schemas
 
DeepLearningModelV2.DeepLearningModelOutputV2() - Constructor for class hex.schemas.DeepLearningModelV2.DeepLearningModelOutputV2
 
DeepLearningTask - Class in hex.deeplearning
 
DeepLearningTask(Key, DeepLearningModel.DeepLearningModelInfo, float) - Constructor for class hex.deeplearning.DeepLearningTask
 
DeepLearningTask2 - Class in hex.deeplearning
DRemoteTask-based Deep Learning.
DeepLearningTask2(Key, Frame, DeepLearningModel.DeepLearningModelInfo, float) - Constructor for class hex.deeplearning.DeepLearningTask2
Construct a DeepLearningTask2 where every node trains on the entire training dataset
DeepLearningV2 - Class in hex.schemas
 
DeepLearningV2() - Constructor for class hex.schemas.DeepLearningV2
 
DeepLearningV2.DeepLearningParametersV2 - Class in hex.schemas
 
DeepLearningV2.DeepLearningParametersV2() - Constructor for class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
DEFAULT_ALPHA - Static variable in class hex.glm.LSMSolver.ADMMSolver
 
defaultLink - Variable in enum hex.glm.GLMModel.GLMParameters.Family
 
delete_best_model() - Method in class hex.deeplearning.DeepLearningModel
 
delete_xval_models() - Method in class hex.deeplearning.DeepLearningModel
 
deviance(double, double) - Method in class hex.glm.GLMModel.GLMParameters
 
dfork(Frame) - Method in class hex.FrameTask
 
diagAvg() - Method in class hex.glm.Gram
 
diagMin() - Method in class hex.glm.Gram
 
diagnostics - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Gather diagnostics for hidden layers, such as mean and RMS values of learning rate, momentum, weights and biases.
diagnostics - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Gather diagnostics for hidden layers, such as mean and RMS values of learning rate, momentum, weights and biases.
div(float) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
Dropout - Class in hex.deeplearning
Helper class for dropout training of Neural Nets

E

end() - Method in class hex.deeplearning.Neurons.SparseVector
 
epoch_counter - Variable in class hex.deeplearning.DeepLearningModel
 
epoch_counter - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
epochs - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The number of passes over the training dataset to be carried out.
epochs - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The number of passes over the training dataset to be carried out.
epsilon - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The second of two hyper parameters for adaptive learning rate (ADADELTA).
epsilon - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The second of two hyper parameters for adaptive learning rate (ADADELTA).
error() - Method in class hex.deeplearning.DeepLearningModel
 
Example - Class in hex.example
Example model builder...
Example(ExampleModel.ExampleParameters) - Constructor for class hex.example.Example
 
ExampleBuilderHandler - Class in hex.api
 
ExampleBuilderHandler() - Constructor for class hex.api.ExampleBuilderHandler
 
ExampleHandler - Class in hex.schemas
 
ExampleHandler() - Constructor for class hex.schemas.ExampleHandler
 
ExampleModel - Class in hex.example
 
ExampleModel.ExampleOutput - Class in hex.example
 
ExampleModel.ExampleOutput() - Constructor for class hex.example.ExampleModel.ExampleOutput
 
ExampleModel.ExampleParameters - Class in hex.example
 
ExampleModel.ExampleParameters() - Constructor for class hex.example.ExampleModel.ExampleParameters
 
ExampleModelV2 - Class in hex.schemas
 
ExampleModelV2() - Constructor for class hex.schemas.ExampleModelV2
 
ExampleModelV2.ExampleModelOutputV2 - Class in hex.schemas
 
ExampleModelV2.ExampleModelOutputV2() - Constructor for class hex.schemas.ExampleModelV2.ExampleModelOutputV2
 
ExampleV2 - Class in hex.schemas
 
ExampleV2() - Constructor for class hex.schemas.ExampleV2
 
ExampleV2.ExampleParametersV2 - Class in hex.schemas
 
ExampleV2.ExampleParametersV2() - Constructor for class hex.schemas.ExampleV2.ExampleParametersV2
 
expert_mode - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Unlock expert mode parameters than can affect model building speed, predictive accuracy and scoring.
expert_mode - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Unlock expert mode parameters than can affect model building speed, predictive accuracy and scoring.

F

family - Variable in class hex.glm.GLMModel.GLMParameters
 
fast_mode - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Enable fast mode (minor approximation in back-propagation), should not affect results significantly.
fast_mode - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Enable fast mode (minor approximation in back-propagation), should not affect results significantly.
fields() - Method in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
fields() - Method in class hex.schemas.ExampleV2.ExampleParametersV2
 
fields() - Method in class hex.schemas.GLMV2.GLMParametersV2
 
fields() - Method in class hex.schemas.KMeansV2.KMeansParametersV2
 
fillBytes(long) - Method in class hex.deeplearning.Dropout
 
fillFromImpl(DeepLearningModel.DeepLearningOutput) - Method in class hex.schemas.DeepLearningModelV2.DeepLearningModelOutputV2
 
fillFromImpl(DeepLearningModel) - Method in class hex.schemas.DeepLearningModelV2
 
fillFromImpl(DeepLearningModel.DeepLearningParameters) - Method in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
fillFromImpl(ExampleModel.ExampleOutput) - Method in class hex.schemas.ExampleModelV2.ExampleModelOutputV2
 
fillFromImpl(ExampleModel) - Method in class hex.schemas.ExampleModelV2
 
fillFromImpl(GLMModel.GLMParameters) - Method in class hex.schemas.GLMV2.GLMParametersV2
 
fillFromImpl(KMeansModel) - Method in class hex.schemas.KMeansModelV2
 
fillFromImpl(KMeansModel.KMeansOutput) - Method in class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 
fillFromImpl(KMeansModel.KMeansParameters) - Method in class hex.schemas.KMeansV2.KMeansParametersV2
 
filterExpandedColumns(int[]) - Method in class hex.FrameTask.DataInfo
 
force_load_balance - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Increase training speed on small datasets by splitting it into many chunks to allow utilization of all cores.
force_load_balance - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Increase training speed on small datasets by splitting it into many chunks to allow utilization of all cores.
fprop(long, boolean) - Method in class hex.deeplearning.Neurons
Forward propagation
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.Input
 
fprop() - Method in class hex.deeplearning.Neurons.Linear
 
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.Maxout
 
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.MaxoutDropout
 
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.Output
 
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.Rectifier
 
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.RectifierDropout
 
fprop() - Method in class hex.deeplearning.Neurons.Softmax
 
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.Tanh
 
fprop(long, boolean) - Method in class hex.deeplearning.Neurons.TanhDropout
 
FrameTask<T extends FrameTask<T>> - Class in hex
 
FrameTask(Key, FrameTask.DataInfo) - Constructor for class hex.FrameTask
 
FrameTask(Key, FrameTask.DataInfo, H2O.H2OCountedCompleter) - Constructor for class hex.FrameTask
 
FrameTask(FrameTask) - Constructor for class hex.FrameTask
 
FrameTask.DataInfo - Class in hex
 
FrameTask.DataInfo(Frame, int, boolean, double[], double[], FrameTask.DataInfo.TransformType, double[], double[]) - Constructor for class hex.FrameTask.DataInfo
 
FrameTask.DataInfo(Frame, int, boolean, FrameTask.DataInfo.TransformType) - Constructor for class hex.FrameTask.DataInfo
 
FrameTask.DataInfo(Frame, int[][], int, FrameTask.DataInfo.TransformType, FrameTask.DataInfo.TransformType, int, int) - Constructor for class hex.FrameTask.DataInfo
 
FrameTask.DataInfo(Frame, int, boolean, FrameTask.DataInfo.TransformType, FrameTask.DataInfo.TransformType) - Constructor for class hex.FrameTask.DataInfo
 
FrameTask.DataInfo.TransformType - Enum in hex
 
fullN() - Method in class hex.FrameTask.DataInfo
 
fullN() - Method in class hex.glm.Gram
 

G

gerr - Variable in class hex.glm.LSMSolver.ADMMSolver
 
get(int, int) - Method in class hex.deeplearning.Neurons.DenseColMatrix
 
get(int, int) - Method in class hex.deeplearning.Neurons.DenseRowMatrix
 
get(int) - Method in class hex.deeplearning.Neurons.DenseVector
 
get(int, int) - Method in interface hex.deeplearning.Neurons.Matrix
 
get(int, int) - Method in class hex.deeplearning.Neurons.SparseRowMatrix
 
get(int) - Method in class hex.deeplearning.Neurons.SparseVector
Slow path access to i-th element
get(int) - Method in interface hex.deeplearning.Neurons.Vector
 
get_ada_dx_g(int) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_avg_activations(int) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_biases(int) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_biases_ada_dx_g(int) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_biases_momenta(int) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_params() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_params() - Method in class hex.deeplearning.DeepLearningModel
 
get_processed_global() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_processed_local() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_processed_total() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_weights(int) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
get_weights_momenta(int) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
getDenseXX() - Method in class hex.glm.Gram
 
getFold(int, int) - Method in class hex.FrameTask.DataInfo
 
getGradient(double[][]) - Method in class hex.glm.GLM.GLMGradientSolver
 
getGradient(double[][]) - Method in class hex.optimization.L_BFGS.GradientSolver
 
getGradient(double[]) - Method in class hex.optimization.L_BFGS.GradientSolver
 
getL() - Method in class hex.glm.Gram.InPlaceCholesky
 
getModelCategory() - Method in class hex.example.ExampleModel.ExampleOutput
 
getModelCategory() - Method in class hex.kmeans.KMeansModel.KMeansOutput
 
getXX() - Method in class hex.glm.Gram.Cholesky
 
getXX() - Method in class hex.glm.Gram
 
ginfo - Variable in class hex.optimization.L_BFGS.Result
 
GLM - Class in hex.glm
Created by tomasnykodym on 8/27/14.
GLM(Key, Key, String, GLMModel.GLMParameters) - Constructor for class hex.glm.GLM
 
GLM(GLMModel.GLMParameters) - Constructor for class hex.glm.GLM
 
GLM.GLMDriver - Class in hex.glm
Contains implementation of the glm algo.
GLM.GLMDriver(H2O.H2OCountedCompleter, GLMModel.GLMParameters, Key, Key, Key, FrameTask.DataInfo) - Constructor for class hex.glm.GLM.GLMDriver
 
GLM.GLMGradientInfo - Class in hex.glm
 
GLM.GLMGradientInfo(GLMTask.GLMIterationTask, double) - Constructor for class hex.glm.GLM.GLMGradientInfo
 
GLM.GLMGradientSolver - Class in hex.glm
 
GLM.GLMGradientSolver(GLMModel.GLMParameters, FrameTask.DataInfo, double, double, long) - Constructor for class hex.glm.GLM.GLMGradientSolver
 
GLM.GLMLambdaTask - Class in hex.glm
Task to compute GLM solution for a particular (single) lambda value.
GLM.GLMLambdaTask(H2O.H2OCountedCompleter, Key, Key, GLM.GLMTaskInfo, double) - Constructor for class hex.glm.GLM.GLMLambdaTask
 
GLM.GLMTaskInfo - Class in hex.glm
Encapsulates state of the computation.
GLM.GLMTaskInfo(Key, FrameTask.DataInfo, GLMModel.GLMParameters, long, double, double, double, double[], double[], double) - Constructor for class hex.glm.GLM.GLMTaskInfo
 
GLMBuilderHandler - Class in hex.api
 
GLMBuilderHandler() - Constructor for class hex.api.GLMBuilderHandler
 
GLMHandler - Class in hex.schemas
Created by tomasnykodym on 8/29/14.
GLMHandler() - Constructor for class hex.schemas.GLMHandler
 
GLMModel - Class in hex.glm
Created by tomasnykodym on 8/27/14.
GLMModel(Key, FrameTask.DataInfo, GLMModel.GLMParameters, GLMModel.GLMOutput, double, double, long) - Constructor for class hex.glm.GLMModel
 
GLMModel.GetScoringModelTask - Class in hex.glm
 
GLMModel.GetScoringModelTask(H2O.H2OCountedCompleter, Key, double) - Constructor for class hex.glm.GLMModel.GetScoringModelTask
 
GLMModel.GLMOutput - Class in hex.glm
 
GLMModel.GLMOutput(FrameTask.DataInfo, boolean) - Constructor for class hex.glm.GLMModel.GLMOutput
 
GLMModel.GLMParameters - Class in hex.glm
 
GLMModel.GLMParameters() - Constructor for class hex.glm.GLMModel.GLMParameters
 
GLMModel.GLMParameters(GLMModel.GLMParameters.Family) - Constructor for class hex.glm.GLMModel.GLMParameters
 
GLMModel.GLMParameters(GLMModel.GLMParameters.Family, GLMModel.GLMParameters.Link) - Constructor for class hex.glm.GLMModel.GLMParameters
 
GLMModel.GLMParameters(GLMModel.GLMParameters.Family, GLMModel.GLMParameters.Link, double[], double[]) - Constructor for class hex.glm.GLMModel.GLMParameters
 
GLMModel.GLMParameters(GLMModel.GLMParameters.Family, double[], double[], double, double) - Constructor for class hex.glm.GLMModel.GLMParameters
 
GLMModel.GLMParameters.Family - Enum in hex.glm
 
GLMModel.GLMParameters.Link - Enum in hex.glm
 
GLMModel.Submodel - Class in hex.glm
 
GLMModel.Submodel(double, double[], double[], long, int, boolean) - Constructor for class hex.glm.GLMModel.Submodel
 
GLMTask<T extends GLMTask<T>> - Class in hex.glm
Contains all GLM related distributed tasks.
GLMTask(Key, FrameTask.DataInfo, GLMModel.GLMParameters) - Constructor for class hex.glm.GLMTask
 
GLMTask(Key, FrameTask.DataInfo, GLMModel.GLMParameters, H2O.H2OCountedCompleter) - Constructor for class hex.glm.GLMTask
 
GLMTask.GLMIterationTask - Class in hex.glm
One iteration of glm, computes weighted gram matrix and t(x)*y vector and t(y)*y scalar.
GLMTask.GLMIterationTask(Key, FrameTask.DataInfo, GLMModel.GLMParameters, boolean, boolean, boolean, double[], double, double, float[], H2O.H2OCountedCompleter) - Constructor for class hex.glm.GLMTask.GLMIterationTask
 
GLMTask.GLMLineSearchTask - Class in hex.glm
 
GLMTask.GLMLineSearchTask(Key, FrameTask.DataInfo, GLMModel.GLMParameters, double[], double[], double, double, long, H2O.H2OCountedCompleter) - Constructor for class hex.glm.GLMTask.GLMLineSearchTask
 
GLMTask.GLMLineSearchTask(Key, FrameTask.DataInfo, GLMModel.GLMParameters, double[][], double, long, H2O.H2OCountedCompleter) - Constructor for class hex.glm.GLMTask.GLMLineSearchTask
 
GLMTask.GLMValidationTask<T extends GLMTask.GLMValidationTask<T>> - Class in hex.glm
 
GLMTask.GLMValidationTask(GLMModel, double) - Constructor for class hex.glm.GLMTask.GLMValidationTask
 
GLMTask.GLMValidationTask(GLMModel, double, H2O.H2OCountedCompleter) - Constructor for class hex.glm.GLMTask.GLMValidationTask
 
GLMTask.GLMXValidationTask - Class in hex.glm
 
GLMTask.GLMXValidationTask(GLMModel, double, GLMModel[], float[]) - Constructor for class hex.glm.GLMTask.GLMXValidationTask
 
GLMTask.GLMXValidationTask(GLMModel, double, GLMModel[], float[], H2O.H2OCountedCompleter) - Constructor for class hex.glm.GLMTask.GLMXValidationTask
 
GLMV2 - Class in hex.schemas
Created by tomasnykodym on 8/29/14.
GLMV2() - Constructor for class hex.schemas.GLMV2
 
GLMV2.GLMParametersV2 - Class in hex.schemas
 
GLMV2.GLMParametersV2() - Constructor for class hex.schemas.GLMV2.GLMParametersV2
 
GLMValidation - Class in hex.glm
Class for GLMValidation.
GLMValidation(Key, double, GLMModel.GLMParameters, int) - Constructor for class hex.glm.GLMValidation
 
GLMValidation(Key, double, GLMModel.GLMParameters, int, float[]) - Constructor for class hex.glm.GLMValidation
 
GLMValidation.GLMXValidation - Class in hex.glm
 
GLMValidation.GLMXValidation(GLMModel, GLMModel[], GLMValidation[], double, long, float[]) - Constructor for class hex.glm.GLMValidation.GLMXValidation
 
GLMValidationTsk - Class in hex.glm
Created by tomasnykodym on 9/12/14.
GLMValidationTsk(GLMModel.GLMParameters, double, int) - Constructor for class hex.glm.GLMValidationTsk
 
grad(Gram, double[], double[]) - Method in class hex.glm.LSMSolver
 
gradient(double, double) - Method in class hex.glm.GLMTask.GLMIterationTask
 
Gram - Class in hex.glm
 
Gram() - Constructor for class hex.glm.Gram
 
Gram(int, int, int, int, boolean) - Constructor for class hex.glm.Gram
 
Gram(Gram) - Constructor for class hex.glm.Gram
 
Gram.Cholesky - Class in hex.glm
 
Gram.Cholesky(double[][], double[]) - Constructor for class hex.glm.Gram.Cholesky
 
Gram.Cholesky(Gram) - Constructor for class hex.glm.Gram.Cholesky
 
Gram.Cholesky.DelayedTask - Class in hex.glm
 
Gram.Cholesky.DelayedTask(int) - Constructor for class hex.glm.Gram.Cholesky.DelayedTask
 
Gram.Cholesky.ParSolver - Class in hex.glm
 
Gram.GramTask - Class in hex.glm
Task to compute gram matrix normalized by the number of observations (not counting rows with NAs).
Gram.GramTask(Key, FrameTask.DataInfo, boolean, boolean) - Constructor for class hex.glm.Gram.GramTask
 
Gram.InPlaceCholesky - Class in hex.glm
 
Gram.NonSPDMatrixException - Exception in hex.glm
 
Gram.NonSPDMatrixException() - Constructor for exception hex.glm.Gram.NonSPDMatrixException
 

H

hasNaNsOrInfs() - Method in class hex.glm.Gram
 
hex - package hex
 
hex.api - package hex.api
 
hex.deeplearning - package hex.deeplearning
 
hex.example - package hex.example
 
hex.glm - package hex.glm
 
hex.kmeans - package hex.kmeans
 
hex.optimization - package hex.optimization
 
hex.schemas - package hex.schemas
 
hex.utils - package hex.utils
 
hidden - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The number and size of each hidden layer in the model.
hidden - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The number and size of each hidden layer in the model.
hidden_dropout_ratios - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
A fraction of the inputs for each hidden layer to be omitted from training in order to improve generalization.
hidden_dropout_ratios - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
A fraction of the inputs for each hidden layer to be omitted from training in order to improve generalization.
higher_accuracy - Variable in class hex.glm.GLMModel.GLMParameters
 

I

ignore_const_cols - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Ignore constant training columns (no information can be gained anyway).
ignore_const_cols - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Ignore constant training columns (no information can be gained anyway).
init(Neurons[], int, DeepLearningModel.DeepLearningParameters, DeepLearningModel.DeepLearningModelInfo, boolean) - Method in class hex.deeplearning.Neurons
Initialization of the parameters and connectivity of a Neuron layer
init - Variable in class hex.schemas.KMeansV2.KMeansParametersV2
 
initial_weight_distribution - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The distribution from which initial weights are to be drawn.
initial_weight_distribution - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The distribution from which initial weights are to be drawn.
initial_weight_scale - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The scale of the distribution function for Uniform or Normal distributions.
initial_weight_scale - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The scale of the distribution function for Uniform or Normal distributions.
initModel() - Method in class hex.deeplearning.DeepLearning.DeepLearningDriver
Create an initial Deep Learning model, typically to be trained by trainModel(model)
input_dropout_ratio - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
A fraction of the features for each training row to be omitted from training in order to improve generalization (dimension sampling).
input_dropout_ratio - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
A fraction of the features for each training row to be omitted from training in order to improve generalization (dimension sampling).
isSPD() - Method in class hex.glm.Gram.Cholesky
 
isSPD() - Method in class hex.glm.Gram.InPlaceCholesky
 
isSupervised() - Method in class hex.glm.GLMModel
 
isSupervised() - Method in class hex.kmeans.KMeansModel
 
iter - Variable in class hex.optimization.L_BFGS.Result
 
iterations - Variable in class hex.glm.LSMSolver.ADMMSolver
 
iters - Variable in class hex.schemas.ExampleModelV2.ExampleModelOutputV2
 
iters - Variable in class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 

K

K - Variable in class hex.schemas.GLMV2.GLMParametersV2
 
K - Variable in class hex.schemas.KMeansV2.KMeansParametersV2
 
keep_cross_validation_splits - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
keep_cross_validation_splits - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
KMeans - Class in hex.kmeans
Scalable K-Means++ (KMeans||)
http://theory.stanford.edu/~sergei/papers/vldb12-kmpar.pdf
http://www.youtube.com/watch?v=cigXAxV3XcY
KMeans(KMeansModel.KMeansParameters) - Constructor for class hex.kmeans.KMeans
 
KMeans.Initialization - Enum in hex.kmeans
 
KMeansBuilderHandler - Class in hex.api
 
KMeansBuilderHandler() - Constructor for class hex.api.KMeansBuilderHandler
 
KMeansHandler - Class in hex.schemas
 
KMeansHandler() - Constructor for class hex.schemas.KMeansHandler
 
KMeansModel - Class in hex.kmeans
 
KMeansModel(Key, Frame, KMeansModel.KMeansParameters, KMeansModel.KMeansOutput, int) - Constructor for class hex.kmeans.KMeansModel
 
KMeansModel.KMeansOutput - Class in hex.kmeans
 
KMeansModel.KMeansOutput() - Constructor for class hex.kmeans.KMeansModel.KMeansOutput
 
KMeansModel.KMeansParameters - Class in hex.kmeans
 
KMeansModel.KMeansParameters() - Constructor for class hex.kmeans.KMeansModel.KMeansParameters
 
KMeansModelV2 - Class in hex.schemas
 
KMeansModelV2() - Constructor for class hex.schemas.KMeansModelV2
 
KMeansModelV2.KMeansModelOutputV2 - Class in hex.schemas
 
KMeansModelV2.KMeansModelOutputV2() - Constructor for class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 
KMeansV2 - Class in hex.schemas
 
KMeansV2() - Constructor for class hex.schemas.KMeansV2
 
KMeansV2.KMeansParametersV2 - Class in hex.schemas
 
KMeansV2.KMeansParametersV2() - Constructor for class hex.schemas.KMeansV2.KMeansParametersV2
 

L

l1 - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
A regularization method that constrains the absolute value of the weights and has the net effect of dropping some weights (setting them to zero) from a model to reduce complexity and avoid overfitting.
l1 - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
A regularization method that constrains the absolute value of the weights and has the net effect of dropping some weights (setting them to zero) from a model to reduce complexity and avoid overfitting.
l1norm(double[]) - Static method in class hex.glm.GLM
 
l2 - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
A regularization method that constrdains the sum of the squared weights.
l2 - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
A regularization method that constrdains the sum of the squared weights.
l2norm(double[]) - Static method in class hex.glm.GLM
 
L_BFGS - Class in hex.optimization
Created by tomasnykodym on 9/15/14.
L_BFGS() - Constructor for class hex.optimization.L_BFGS
 
L_BFGS.GradientInfo - Class in hex.optimization
 
L_BFGS.GradientInfo(double, double[]) - Constructor for class hex.optimization.L_BFGS.GradientInfo
 
L_BFGS.GradientSolver - Class in hex.optimization
To be overriden to provide gradient computation specific for given problem.
L_BFGS.GradientSolver() - Constructor for class hex.optimization.L_BFGS.GradientSolver
 
L_BFGS.History - Class in hex.optimization
Keeps L-BFGS history ie curvature information recorded over the last m steps.
L_BFGS.History(int, int) - Constructor for class hex.optimization.L_BFGS.History
 
L_BFGS.L_BFGS_Params - Class in hex.optimization
Internal parameters affecting behavior of L-BFGS solver.
L_BFGS.L_BFGS_Params() - Constructor for class hex.optimization.L_BFGS.L_BFGS_Params
 
L_BFGS.Result - Class in hex.optimization
 
L_BFGS.Result(int, double[], L_BFGS.GradientInfo) - Constructor for class hex.optimization.L_BFGS.Result
 
lambda - Variable in class hex.glm.GLMModel.GLMParameters
 
lambda_min_ratio - Variable in class hex.glm.GLMModel.GLMParameters
 
lambda_search - Variable in class hex.glm.GLMModel.GLMParameters
 
largestCat() - Method in class hex.FrameTask.DataInfo
 
link - Variable in class hex.glm.GLMModel.GLMParameters
 
link(double) - Method in class hex.glm.GLMModel.GLMParameters
 
linkDeriv(double) - Method in class hex.glm.GLMModel.GLMParameters
 
linkInv(double) - Method in class hex.glm.GLMModel.GLMParameters
 
linkInvDeriv(double) - Method in class hex.glm.GLMModel.GLMParameters
 
loss - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The loss (error) function to be minimized by the model.
loss - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The loss (error) function to be minimized by the model.
lsm_objectiveVal(double[], double, double[], double[]) - Method in class hex.glm.LSMSolver
Compute the LSM objective.
LSMSolver - Class in hex.glm
Distributed least squares solvers
LSMSolver(double, double) - Constructor for class hex.glm.LSMSolver
 
LSMSolver.ADMMSolver - Class in hex.glm
 
LSMSolver.ADMMSolver(double, double, double) - Constructor for class hex.glm.LSMSolver.ADMMSolver
 
LSMSolver.ADMMSolver(double, double, double, double) - Constructor for class hex.glm.LSMSolver.ADMMSolver
 
LSMSolver.ADMMSolver.NonSPDMatrixException - Exception in hex.glm
 
LSMSolver.ADMMSolver.NonSPDMatrixException() - Constructor for exception hex.glm.LSMSolver.ADMMSolver.NonSPDMatrixException
 
LSMSolver.ADMMSolver.NonSPDMatrixException(Gram) - Constructor for exception hex.glm.LSMSolver.ADMMSolver.NonSPDMatrixException
 
LSMSolver.ADMMSolver.ParallelSolver - Class in hex.glm
 
LSMSolver.LSMSolverException - Exception in hex.glm
 
LSMSolver.LSMSolverException(String) - Constructor for exception hex.glm.LSMSolver.LSMSolverException
 
LSMSolver.LSMSolverType - Enum in hex.glm
 
LSMSolver.ProxSolver - Class in hex.glm
 
LSMSolver.ProxSolver(double, double) - Constructor for class hex.glm.LSMSolver.ProxSolver
 

M

makeKey() - Static method in class hex.glm.GLMTask.GLMValidationTask
 
makeKey() - Static method in class hex.glm.GLMTask.GLMXValidationTask
 
makeKey() - Static method in class hex.glm.GLMValidation
 
makeNeuronsForTesting(DeepLearningModel.DeepLearningModelInfo) - Static method in class hex.deeplearning.DeepLearningTask
 
makeNeuronsForTraining(DeepLearningModel.DeepLearningModelInfo) - Static method in class hex.deeplearning.DeepLearningTask
 
map(Chunk[], NewChunk[]) - Method in class hex.FrameTask
Extracts the values, applies regularization to numerics, adds appropriate offsets to categoricals, and adapts response according to the CaseMode/CaseValue if set.
map(GLMModel) - Method in class hex.glm.GLMModel.GetScoringModelTask
 
map(Chunk[]) - Method in class hex.glm.GLMTask.GLMValidationTask
 
map(Chunk[]) - Method in class hex.glm.GLMTask.GLMXValidationTask
 
map(Chunk, Chunk) - Method in class hex.glm.GLMValidationTsk
 
map(Chunk, Chunk) - Method in class hex.utils.MSETsk
 
max_after_balance_size - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
When classes are balanced, limit the resulting dataset size to the specified multiple of the original dataset size.
max_after_balance_size - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
When classes are balanced, limit the resulting dataset size to the specified multiple of the original dataset size.
max_confusion_matrix_size - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
For classification models, the maximum size (in terms of classes) of the confusion matrix for it to be printed.
max_confusion_matrix_size - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
For classification models, the maximum size (in terms of classes) of the confusion matrix for it to be printed.
max_hit_ratio_k - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The maximum number (top K) of predictions to use for hit ratio computation (for multi-class only, 0 to disable)
max_hit_ratio_k - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The maximum number (top K) of predictions to use for hit ratio computation (for multi-class only, 0 to disable)
max_iters - Variable in class hex.schemas.ExampleV2.ExampleParametersV2
 
max_iters - Variable in class hex.schemas.GLMV2.GLMParametersV2
 
max_iters - Variable in class hex.schemas.KMeansV2.KMeansParametersV2
 
max_ver() - Method in class hex.schemas.DeepLearningHandler
 
max_ver() - Method in class hex.schemas.ExampleHandler
 
max_ver() - Method in class hex.schemas.GLMHandler
 
max_ver() - Method in class hex.schemas.KMeansHandler
 
max_w2 - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
A maximum on the sum of the squared incoming weights into any one neuron.
max_w2 - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
A maximum on the sum of the squared incoming weights into any one neuron.
maxActivePredictors - Variable in class hex.glm.GLMModel.GLMParameters
 
maxs - Variable in class hex.schemas.ExampleModelV2.ExampleModelOutputV2
 
mean_a - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
min_ver() - Method in class hex.schemas.DeepLearningHandler
 
min_ver() - Method in class hex.schemas.ExampleHandler
 
min_ver() - Method in class hex.schemas.GLMHandler
 
min_ver() - Method in class hex.schemas.KMeansHandler
 
missing_int_value - Static variable in class hex.deeplearning.Neurons
 
missing_real_value - Static variable in class hex.deeplearning.Neurons
 
missing_values_handling - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
missing_values_handling - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
missingColumnsType() - Method in class hex.deeplearning.DeepLearningModel
 
model_info() - Method in class hex.deeplearning.DeepLearningModel
 
model_info() - Method in class hex.deeplearning.DeepLearningTask
 
model_info() - Method in class hex.deeplearning.DeepLearningTask2
Returns the aggregated DeepLearning model that was trained by all nodes (over all the training data)
momentum() - Method in class hex.deeplearning.Neurons
 
momentum(long) - Method in class hex.deeplearning.Neurons
The momentum - real number in [0, 1) Can be a linear ramp from momentum_start to momentum_stable, over momentum_ramp training samples
momentum_ramp - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The momentum_ramp parameter controls the amount of learning for which momentum increases (assuming momentum_stable is larger than momentum_start).
momentum_ramp - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The momentum_ramp parameter controls the amount of learning for which momentum increases (assuming momentum_stable is larger than momentum_start).
momentum_stable - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The momentum_stable parameter controls the final momentum value reached after momentum_ramp training samples.
momentum_stable - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The momentum_stable parameter controls the final momentum value reached after momentum_ramp training samples.
momentum_start - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The momentum_start parameter controls the amount of momentum at the beginning of training.
momentum_start - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The momentum_start parameter controls the amount of momentum at the beginning of training.
mse() - Method in class hex.deeplearning.DeepLearningModel
 
mse - Variable in class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 
mses - Variable in class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 
MSETsk - Class in hex.utils
Created by tomasnykodym on 9/9/14.
MSETsk() - Constructor for class hex.utils.MSETsk
 
mul(double) - Method in class hex.glm.Gram
 
mul(double[]) - Method in class hex.glm.Gram
 
mul(double[], double[]) - Method in class hex.glm.Gram
 
mustart(double, double) - Method in class hex.glm.GLMModel.GLMParameters
 

N

n_folds - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
n_folds - Variable in class hex.glm.GLMModel.GLMParameters
 
n_folds - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
N_THRESHOLDS - Static variable in class hex.glm.GLMTask.GLMIterationTask
 
name() - Method in class hex.glm.LSMSolver.ADMMSolver
 
name() - Method in class hex.glm.LSMSolver
 
name() - Method in class hex.glm.LSMSolver.ProxSolver
 
nclasses() - Method in class hex.glm.GLMModel.GLMOutput
 
needLineSearch(GLMTask.GLMIterationTask) - Method in class hex.glm.GLM.GLMLambdaTask
 
needLineSearch(GLMTask.GLMIterationTask, double) - Method in class hex.glm.GLM.GLMLambdaTask
 
needLineSearch(double[], double, double) - Method in class hex.glm.GLM.GLMLambdaTask
 
nesterov_accelerated_gradient - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The Nesterov accelerated gradient descent method is a modification to traditional gradient descent for convex functions.
nesterov_accelerated_gradient - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The Nesterov accelerated gradient descent method is a modification to traditional gradient descent for convex functions.
Neurons - Class in hex.deeplearning
This class implements the concept of a Neuron layer in a Neural Network During training, every MRTask2 F/J thread is expected to create these neurons for every map call (Cheap to make).
Neurons.DenseColMatrix - Class in hex.deeplearning
Dense column matrix implementation
Neurons.DenseRowMatrix - Class in hex.deeplearning
Dense row matrix implementation
Neurons.DenseVector - Class in hex.deeplearning
Dense vector implementation
Neurons.Input - Class in hex.deeplearning
Input layer of the Neural Network This layer is different from other layers as it has no incoming weights, but instead gets its activation values from the training points.
Neurons.Linear - Class in hex.deeplearning
Output neurons for regression - Softmax
Neurons.Linear(int) - Constructor for class hex.deeplearning.Neurons.Linear
 
Neurons.Matrix - Interface in hex.deeplearning
Abstract matrix interface
Neurons.Maxout - Class in hex.deeplearning
Maxout neurons
Neurons.Maxout(int) - Constructor for class hex.deeplearning.Neurons.Maxout
 
Neurons.MaxoutDropout - Class in hex.deeplearning
Maxout neurons with dropout
Neurons.MaxoutDropout(int) - Constructor for class hex.deeplearning.Neurons.MaxoutDropout
 
Neurons.Output - Class in hex.deeplearning
Abstract class for Output neurons
Neurons.Rectifier - Class in hex.deeplearning
Rectifier linear unit (ReLU) neurons
Neurons.Rectifier(int) - Constructor for class hex.deeplearning.Neurons.Rectifier
 
Neurons.RectifierDropout - Class in hex.deeplearning
Rectifier linear unit (ReLU) neurons with dropout
Neurons.RectifierDropout(int) - Constructor for class hex.deeplearning.Neurons.RectifierDropout
 
Neurons.Softmax - Class in hex.deeplearning
Output neurons for classification - Softmax
Neurons.Softmax(int) - Constructor for class hex.deeplearning.Neurons.Softmax
 
Neurons.SparseRowMatrix - Class in hex.deeplearning
Sparse row matrix implementation
Neurons.SparseVector - Class in hex.deeplearning
Sparse vector implementation
Neurons.SparseVector.Iterator - Class in hex.deeplearning
Iterator over a sparse vector
Neurons.Tanh - Class in hex.deeplearning
Tanh neurons - most common, most stable
Neurons.Tanh(int) - Constructor for class hex.deeplearning.Neurons.Tanh
 
Neurons.TanhDropout - Class in hex.deeplearning
Tanh neurons with dropout
Neurons.TanhDropout(int) - Constructor for class hex.deeplearning.Neurons.TanhDropout
 
Neurons.Vector - Interface in hex.deeplearning
Abstract vector interface
nfeatures() - Method in class hex.kmeans.KMeansModel.KMeansOutput
 
nlambdas - Variable in class hex.glm.GLMModel.GLMParameters
 
nnz() - Method in class hex.deeplearning.Neurons.SparseVector
 
normalize() - Method in class hex.glm.LSMSolver.ADMMSolver
 
normalize - Variable in class hex.schemas.GLMV2.GLMParametersV2
 
normalize - Variable in class hex.schemas.KMeansV2.KMeansParametersV2
 
normMul() - Method in class hex.FrameTask
 
normRespMul() - Method in class hex.FrameTask
 
normRespSub() - Method in class hex.FrameTask
 
normSub() - Method in class hex.FrameTask
 
nullDeviance() - Method in class hex.glm.GLMValidation
 
nullDOF() - Method in class hex.glm.GLMValidation
 
nullModelBeta(FrameTask.DataInfo, double) - Method in class hex.glm.GLMModel.GLMParameters
 
numStart() - Method in class hex.FrameTask.DataInfo
 

O

objectiveVal(double[], double, double[], double[]) - Method in class hex.glm.LSMSolver
Compute least squares objective function value: lsm_obj(beta) = 0.5*(y - X*b)'*(y - X*b) + l1 + l2 = 0.5*y'y - (X'y)'*b + 0.5*b'*X'X*b) + l1 + l2 l1 = alpha*lambda_value*l1norm(beta) l2 = (1-alpha)*lambda_value*l2norm(beta)/2
onCompletion(CountedCompleter) - Method in class hex.glm.GLM.GLMDriver
 
onCompletion(CountedCompleter) - Method in class hex.glm.Gram.Cholesky.ParSolver
 
onCompletion(CountedCompleter) - Method in class hex.glm.LSMSolver.ADMMSolver.ParallelSolver
 
onExceptionalCompletion(Throwable, CountedCompleter) - Method in class hex.glm.GLM.GLMDriver
 
override_with_best_model - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
If enabled, store the best model under the destination key of this model at the end of training.
override_with_best_model - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
If enabled, store the best model under the destination key of this model at the end of training.

P

params - Variable in class hex.deeplearning.Neurons
Parameters (deep-cloned() from the user input, can be modified here, e.g.
parSolver(CountedCompleter, double[], int, int) - Method in class hex.glm.Gram.Cholesky
 
parSolver(Gram, double[], double[], double, int, int) - Method in class hex.glm.LSMSolver.ADMMSolver
 
pickBestModel(boolean) - Method in class hex.glm.GLMModel.GLMOutput
 
postGlobal() - Method in class hex.deeplearning.DeepLearningTask
 
postGlobal() - Method in class hex.deeplearning.DeepLearningTask2
Finish up the work after all nodes have reduced their models via the above reduce() method.
postGlobal() - Method in class hex.glm.GLMTask.GLMIterationTask
 
postGlobal() - Method in class hex.glm.GLMTask.GLMLineSearchTask
 
postGlobal() - Method in class hex.glm.GLMTask.GLMValidationTask
 
postGlobal() - Method in class hex.glm.GLMTask.GLMXValidationTask
 
prepareDataInfo(DeepLearningModel.DeepLearningParameters) - Static method in class hex.deeplearning.DeepLearningModel
Helper to create a DataInfo object from the source and response
prepareFrame(Frame, Vec, int[], boolean, boolean, boolean) - Static method in class hex.FrameTask.DataInfo
Prepare a Frame (with a single response) to be processed by the FrameTask 1) Place response at the end 2) (Optionally) Remove columns with constant values or with greater than 20% NaNs 3) Possibly turn integer categoricals into enums
prepareFrame(Frame, int[], boolean, boolean) - Static method in class hex.FrameTask.DataInfo
 
prepareFrame(Frame, Vec, int[], boolean, boolean) - Static method in class hex.FrameTask.DataInfo
 
prior - Variable in class hex.glm.GLMModel.GLMParameters
 
processRow(long, double[], int, int[], double[]) - Method in class hex.deeplearning.DeepLearningTask
 
processRow(long, double[], int, int[], double[]) - Method in class hex.FrameTask
Method to process one row of the data for GLM functions.
processRow(long, double[], int, int[], double[], NewChunk[]) - Method in class hex.FrameTask
 
processRow(long, double[], int, int[], double[]) - Method in class hex.glm.GLMTask.GLMIterationTask
 
processRow(long, double[], int, int[], double[]) - Method in class hex.glm.GLMTask.GLMLineSearchTask
 
processRow(long, double[], int, int[], double[]) - Method in class hex.glm.Gram.GramTask
 

Q

quiet_mode - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Enable quiet mode for less output to standard output.
quiet_mode - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Enable quiet mode for less output to standard output.

R

randomlySparsifyActivation(Neurons.Vector, long) - Method in class hex.deeplearning.Dropout
 
rank() - Method in class hex.glm.GLMModel.GLMOutput
 
rank(double) - Method in class hex.glm.GLMModel.GLMOutput
 
rank(double) - Method in class hex.glm.GLMModel
 
rate - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
When adaptive learning rate is disabled, the magnitude of the weight updates are determined by the user specified learning rate (potentially annealed), and are a function of the difference between the predicted value and the target value.
rate(long) - Method in class hex.deeplearning.Neurons
The learning rate
rate - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
When adaptive learning rate is disabled, the magnitude of the weight updates are determined by the user specified learning rate (potentially annealed), and are a function of the difference between the predicted value and the target value.
rate_annealing - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Learning rate annealing reduces the learning rate to "freeze" into local minima in the optimization landscape.
rate_annealing - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Learning rate annealing reduces the learning rate to "freeze" into local minima in the optimization landscape.
rate_decay - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The learning rate decay parameter controls the change of learning rate across layers.
rate_decay - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The learning rate decay parameter controls the change of learning rate across layers.
raw() - Method in class hex.deeplearning.Neurons.DenseColMatrix
 
raw() - Method in class hex.deeplearning.Neurons.DenseRowMatrix
 
raw() - Method in class hex.deeplearning.Neurons.DenseVector
 
raw() - Method in interface hex.deeplearning.Neurons.Matrix
 
raw() - Method in class hex.deeplearning.Neurons.SparseRowMatrix
 
raw() - Method in class hex.deeplearning.Neurons.SparseVector
 
raw() - Method in interface hex.deeplearning.Neurons.Vector
 
reduce(DeepLearningTask) - Method in class hex.deeplearning.DeepLearningTask
 
reduce(DeepLearningTask2) - Method in class hex.deeplearning.DeepLearningTask2
Reduce between worker ndoes, with network traffic (if greater than 1 nodes) After all reduce()'s are done, postGlobal() will be called
reduce(GLMTask.GLMIterationTask) - Method in class hex.glm.GLMTask.GLMIterationTask
 
reduce(GLMTask.GLMLineSearchTask) - Method in class hex.glm.GLMTask.GLMLineSearchTask
 
reduce(GLMTask.GLMValidationTask) - Method in class hex.glm.GLMTask.GLMValidationTask
 
reduce(GLMTask.GLMXValidationTask) - Method in class hex.glm.GLMTask.GLMXValidationTask
 
reduce(GLMValidationTsk) - Method in class hex.glm.GLMValidationTsk
 
reduce(Gram.GramTask) - Method in class hex.glm.Gram.GramTask
 
reduce(MSETsk) - Method in class hex.utils.MSETsk
 
regression_stop - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The stopping criteria in terms of regression error (MSE) on the training data scoring dataset.
regression_stop - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The stopping criteria in terms of regression error (MSE) on the training data scoring dataset.
replicate_training_data - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Replicate the entire training dataset onto every node for faster training on small datasets.
replicate_training_data - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Replicate the entire training dataset onto every node for faster training on small datasets.
resDOF() - Method in class hex.glm.GLMValidation
 
residualDeviance() - Method in class hex.glm.GLMValidation
 
rho - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The first of two hyper parameters for adaptive learning rate (ADADELTA).
rho - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The first of two hyper parameters for adaptive learning rate (ADADELTA).
rms_weight - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
rows() - Method in class hex.deeplearning.Neurons.DenseColMatrix
 
rows() - Method in class hex.deeplearning.Neurons.DenseRowMatrix
 
rows() - Method in interface hex.deeplearning.Neurons.Matrix
 
rows() - Method in class hex.deeplearning.Neurons.SparseRowMatrix
 
rows - Variable in class hex.schemas.KMeansModelV2.KMeansModelOutputV2
 

S

sanityCheckParameters() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
sanityCheckParameters() - Method in class hex.example.ExampleModel.ExampleParameters
 
sanityCheckParameters() - Method in class hex.glm.GLMModel.GLMParameters
 
sanityCheckParameters() - Method in class hex.kmeans.KMeansModel.KMeansParameters
 
schema(int) - Method in class hex.api.DeepLearningBuilderHandler
 
schema(int) - Method in class hex.api.ExampleBuilderHandler
 
schema(int) - Method in class hex.api.GLMBuilderHandler
 
schema(int) - Method in class hex.api.KMeansBuilderHandler
 
schema() - Method in class hex.deeplearning.DeepLearning
 
schema() - Method in class hex.deeplearning.DeepLearningModel
 
schema() - Method in class hex.example.Example
 
schema() - Method in class hex.example.ExampleModel
 
schema() - Method in class hex.glm.GLM
 
schema() - Method in class hex.glm.GLMModel
 
schema() - Method in class hex.kmeans.KMeans
 
schema() - Method in class hex.kmeans.KMeansModel
 
schema(int) - Method in class hex.schemas.DeepLearningHandler
 
schema(int) - Method in class hex.schemas.ExampleHandler
 
schema(int) - Method in class hex.schemas.GLMHandler
 
schema(int) - Method in class hex.schemas.KMeansHandler
 
score(Frame) - Method in class hex.deeplearning.DeepLearningModel
This is an overridden version of Model.score().
score0(double[], float[]) - Method in class hex.deeplearning.DeepLearningModel
Predict from raw double values representing the data
score0(double[], float[]) - Method in class hex.example.ExampleModel
 
score0(Chunk[], int, double[], float[]) - Method in class hex.glm.GLMModel
 
score0(double[], float[]) - Method in class hex.glm.GLMModel
 
score0(Chunk[], int, double[], float[]) - Method in class hex.kmeans.KMeansModel
Bulk scoring API for one row.
score0(double[], float[]) - Method in class hex.kmeans.KMeansModel
 
score_duty_cycle - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Maximum fraction of wall clock time spent on model scoring on training and validation samples, and on diagnostics such as computation of feature importances (i.e., not on training).
score_duty_cycle - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Maximum fraction of wall clock time spent on model scoring on training and validation samples, and on diagnostics such as computation of feature importances (i.e., not on training).
score_interval - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The minimum time (in seconds) to elapse between model scoring.
score_interval - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The minimum time (in seconds) to elapse between model scoring.
score_training_samples - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The number of training dataset points to be used for scoring.
score_training_samples - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
score_training_samples - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The number of training dataset points to be used for scoring.
score_validation_samples - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The number of validation dataset points to be used for scoring.
score_validation_samples - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
score_validation_samples - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The number of validation dataset points to be used for scoring.
score_validation_sampling - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Method used to sample the validation dataset for scoring, see Score Validation Samples above.
score_validation_sampling - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Method used to sample the validation dataset for scoring, see Score Validation Samples above.
scoreAutoEncoder(Frame) - Method in class hex.deeplearning.DeepLearningModel
Score auto-encoded reconstruction (on-the-fly, without allocating the reconstruction as done in Frame score(Frame fr))
scoring_history() - Method in class hex.deeplearning.DeepLearningModel
 
scoring_time - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
seed - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The random seed controls sampling and initialization.
seed - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The random seed controls sampling and initialization.
seed - Variable in class hex.schemas.GLMV2.GLMParametersV2
 
seed - Variable in class hex.schemas.KMeansV2.KMeansParametersV2
 
set(int, int, float) - Method in class hex.deeplearning.Neurons.DenseColMatrix
 
set(int, int, float) - Method in class hex.deeplearning.Neurons.DenseRowMatrix
 
set(int, float) - Method in class hex.deeplearning.Neurons.DenseVector
 
set(int, int, float) - Method in interface hex.deeplearning.Neurons.Matrix
 
set(int, int, float) - Method in class hex.deeplearning.Neurons.SparseRowMatrix
 
set(int, float) - Method in class hex.deeplearning.Neurons.SparseVector
 
set(int, float) - Method in interface hex.deeplearning.Neurons.Vector
 
set_processed_global(long) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
set_processed_local(long) - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
set_unstable() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
setInput(long, double[]) - Method in class hex.deeplearning.Neurons.Input
One of two methods to set layer input values.
setInput(long, double[], int, int[]) - Method in class hex.deeplearning.Neurons.Input
The second method used to set input layer values.
setSPD(boolean) - Method in class hex.glm.Gram.Cholesky
 
setSubmodel(H2O.H2OCountedCompleter, Key, double, double[], double[], int, long, boolean, GLMValidation) - Static method in class hex.glm.GLMModel
 
setSubmodelIdx(int) - Method in class hex.glm.GLMModel.GLMOutput
 
setupLocal() - Method in class hex.deeplearning.DeepLearningTask
 
setupLocal() - Method in class hex.deeplearning.DeepLearningTask2
Do the local computation: Perform one DeepLearningTask (with run_local=true) iteration.
setXvalidation(H2O.H2OCountedCompleter, Key, double, GLMValidation) - Static method in class hex.glm.GLMModel
 
shrinkage(double, double) - Static method in class hex.glm.LSMSolver
 
shuffle_training_data - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Enable shuffling of training data (on each node).
shuffle_training_data - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Enable shuffling of training data (on each node).
single_node_mode - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Run on a single node for fine-tuning of model parameters.
single_node_mode - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Run on a single node for fine-tuning of model parameters.
size() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
size() - Method in class hex.deeplearning.Neurons.DenseColMatrix
 
size() - Method in class hex.deeplearning.Neurons.DenseRowMatrix
 
size() - Method in class hex.deeplearning.Neurons.DenseVector
 
size() - Method in interface hex.deeplearning.Neurons.Matrix
 
size() - Method in class hex.deeplearning.Neurons.SparseRowMatrix
 
size() - Method in class hex.deeplearning.Neurons.SparseVector
 
size() - Method in interface hex.deeplearning.Neurons.Vector
 
skipMissing() - Method in class hex.FrameTask
 
softMaxCategoricals(float[], float[]) - Method in class hex.FrameTask.DataInfo
Normalize horizontalized categoricals to become probabilities per factor level.
solve(double[]) - Method in class hex.glm.Gram.Cholesky
Find solution to A*x = y.
solve(Gram, double[], double, double[]) - Method in class hex.glm.LSMSolver.ADMMSolver
 
solve(Gram, double[], double, double[], double) - Method in class hex.glm.LSMSolver.ADMMSolver
 
solve(Gram, double[], double, double[]) - Method in class hex.glm.LSMSolver.ProxSolver
 
solve(Gram, double[], double, double[]) - Method in class hex.glm.LSMSolver
 
solve(int, L_BFGS.GradientSolver, L_BFGS.L_BFGS_Params) - Static method in class hex.optimization.L_BFGS
Solve the optimization problem defined by the user-supplied gradient function using L-BFGS algorithm.
solve(L_BFGS.GradientSolver, L_BFGS.L_BFGS_Params, L_BFGS.History, double[]) - Static method in class hex.optimization.L_BFGS
Solve the optimization problem defined by the user-supplied gradient function using L-BFGS algorithm.
sparse - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
sparse - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
sparseness() - Method in class hex.glm.Gram.Cholesky
 
sparseness() - Method in class hex.glm.Gram
 
sparsity_beta - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
sparsity_beta - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
step(long, Neurons[], DeepLearningModel.DeepLearningModelInfo, boolean, double[]) - Static method in class hex.deeplearning.DeepLearningTask
 
subgrad(double, double, double[], double[]) - Static method in class hex.glm.LSMSolver
 
submodelForLambda(double) - Method in class hex.glm.GLMModel.GLMOutput
 
submodelIdForLambda(double) - Method in class hex.glm.GLMModel.GLMOutput
 

T

target_ratio_comm_to_comp - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
target_ratio_comm_to_comp - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
thresholds - Variable in class hex.glm.GLMValidation
 
time_for_communication_us - Variable in class hex.deeplearning.DeepLearningModel
 
toString() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
toString() - Method in class hex.deeplearning.DeepLearningModel.Errors
 
toString() - Method in class hex.deeplearning.DeepLearningModel
 
toString() - Method in class hex.deeplearning.Dropout
 
toString() - Method in class hex.deeplearning.Neurons.SparseVector.Iterator
 
toString() - Method in class hex.deeplearning.Neurons
Print the status of this neuron layer
toString() - Method in class hex.FrameTask.DataInfo
 
toString() - Method in class hex.glm.GLMValidation
 
toString() - Method in class hex.glm.Gram.Cholesky
 
toString() - Method in class hex.glm.Gram
 
toString() - Method in class hex.optimization.L_BFGS.GradientInfo
 
toString() - Method in class hex.optimization.L_BFGS.Result
 
toStringAll() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
toStringAll() - Method in class hex.deeplearning.DeepLearningModel
 
train() - Method in class hex.deeplearning.DeepLearning
Start the DeepLearning training Job on an F/J thread.
train() - Method in class hex.example.Example
 
train() - Method in class hex.glm.GLM
 
train() - Method in class hex.kmeans.KMeans
Start the KMeans training Job on an F/J thread.
train(int, DeepLearning) - Method in class hex.schemas.DeepLearningHandler
 
train(int, Example) - Method in class hex.schemas.ExampleHandler
 
train(int, GLM) - Method in class hex.schemas.GLMHandler
 
train(int, KMeans) - Method in class hex.schemas.KMeansHandler
 
train_confusion_matrix - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
train_err - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
train_hitratio - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
train_mse - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
train_samples_per_iteration - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
The number of training data rows to be processed per iteration.
train_samples_per_iteration - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
The number of training data rows to be processed per iteration.
trainAUC - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
training_rows - Variable in class hex.deeplearning.DeepLearningModel
 
training_samples - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
training_time_ms - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
trainModel(DeepLearningModel) - Method in class hex.deeplearning.DeepLearning.DeepLearningDriver
Train a Deep Learning neural net model
tryFork() - Method in class hex.glm.Gram.Cholesky.DelayedTask
 
tweedie_link_power - Variable in class hex.glm.GLMModel.GLMParameters
 
tweedie_variance_power - Variable in class hex.glm.GLMModel.GLMParameters
 

U

unit_active(int) - Method in class hex.deeplearning.Dropout
 
units - Variable in class hex.deeplearning.Neurons
 
unScaleNumericals(float[], float[]) - Method in class hex.FrameTask.DataInfo
Undo the standardization/normalization of numerical columns
unstable() - Method in class hex.deeplearning.DeepLearningModel.DeepLearningModelInfo
 
use_all_factor_levels - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
 
use_all_factor_levels - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
 
useAllFactorLvls - Variable in class hex.glm.GLMModel.GLMParameters
 

V

valid_confusion_matrix - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
valid_err - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
valid_hitratio - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
valid_mse - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
validation() - Method in class hex.glm.GLMModel
 
validation_rows - Variable in class hex.deeplearning.DeepLearningModel
 
validAUC - Variable in class hex.deeplearning.DeepLearningModel.Errors
 
valueOf(String) - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.Activation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.ClassSamplingMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.InitialWeightDistribution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.Loss
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.MissingValuesHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.FrameTask.DataInfo.TransformType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.glm.GLMModel.GLMParameters.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.glm.GLMModel.GLMParameters.Link
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.glm.LSMSolver.LSMSolverType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hex.kmeans.KMeans.Initialization
Returns the enum constant of this type with the specified name.
values() - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.Activation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.ClassSamplingMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.InitialWeightDistribution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.Loss
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.deeplearning.DeepLearningModel.DeepLearningParameters.MissingValuesHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.FrameTask.DataInfo.TransformType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.glm.GLMModel.GLMParameters.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.glm.GLMModel.GLMParameters.Link
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.glm.LSMSolver.LSMSolverType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hex.kmeans.KMeans.Initialization
Returns an array containing the constants of this enum type, in the order they are declared.
variable_importances - Variable in class hex.deeplearning.DeepLearningModel.DeepLearningParameters
Whether to compute variable importances for input features.
variable_importances - Variable in class hex.schemas.DeepLearningV2.DeepLearningParametersV2
Whether to compute variable importances for input features.
variance(double) - Method in class hex.glm.GLMModel.GLMParameters
 
varimp() - Method in class hex.deeplearning.DeepLearningModel
 

_

_a - Variable in class hex.deeplearning.Neurons
Layer state (one per neuron): activity, error
_adaptedFrame - Variable in class hex.FrameTask.DataInfo
 
_addedL2 - Variable in class hex.glm.LSMSolver.ADMMSolver
 
_avg_a - Variable in class hex.deeplearning.Neurons
 
_b - Variable in class hex.deeplearning.Neurons
 
_catMissing - Variable in class hex.FrameTask.DataInfo
 
_catOffsets - Variable in class hex.FrameTask.DataInfo
 
_cats - Variable in class hex.FrameTask.DataInfo
 
_clusters - Variable in class hex.kmeans.KMeansModel.KMeansOutput
 
_converged - Variable in class hex.glm.LSMSolver
 
_diag - Variable in class hex.glm.Gram.Cholesky
 
_diagAdded - Variable in class hex.glm.Gram
 
_diagN - Variable in class hex.glm.Gram
 
_dinfo - Variable in class hex.FrameTask
 
_dropout - Variable in class hex.deeplearning.Neurons
For Dropout training
_e - Variable in class hex.deeplearning.Neurons
 
_foldId - Variable in class hex.FrameTask.DataInfo
 
_frameKey - Variable in class hex.FrameTask.DataInfo
 
_glm - Variable in class hex.glm.GLMTask
 
_grad - Variable in class hex.glm.GLMTask.GLMIterationTask
 
_gradEps - Variable in class hex.optimization.L_BFGS.L_BFGS_Params
 
_gradient - Variable in class hex.optimization.L_BFGS.GradientInfo
 
_gradientEps - Variable in class hex.glm.LSMSolver.ADMMSolver
 
_gram - Variable in class hex.glm.GLMTask.GLMIterationTask
 
_gram - Variable in class hex.glm.Gram.GramTask
 
_hasIntercept - Variable in class hex.glm.Gram.GramTask
 
_id - Variable in class hex.glm.LSMSolver
 
_ignored_cols - Variable in class hex.glm.GLMModel.GLMParameters
 
_improved - Variable in class hex.glm.GLMTask.GLMValidationTask
 
_index - Variable in class hex.deeplearning.Neurons
 
_init - Variable in class hex.kmeans.KMeansModel.KMeansParameters
 
_input - Variable in class hex.deeplearning.Neurons
 
_isWeighted - Variable in class hex.glm.Gram.GramTask
 
_iters - Variable in class hex.example.ExampleModel.ExampleOutput
 
_iters - Variable in class hex.kmeans.KMeansModel.KMeansOutput
 
_jobKey - Variable in class hex.FrameTask
 
_jobKey - Variable in class hex.glm.LSMSolver
 
_K - Variable in class hex.kmeans.KMeansModel.KMeansParameters
 
_lambda - Variable in class hex.glm.GLMTask.GLMValidationTask
 
_max_iters - Variable in class hex.example.ExampleModel.ExampleParameters
 
_max_iters - Variable in class hex.kmeans.KMeansModel.KMeansParameters
 
_maxIter - Variable in class hex.optimization.L_BFGS.L_BFGS_Params
 
_maxs - Variable in class hex.example.ExampleModel.ExampleOutput
 
_minStep - Variable in class hex.optimization.L_BFGS.L_BFGS_Params
 
_model - Variable in class hex.glm.GLMTask.GLMValidationTask
 
_mse - Variable in class hex.kmeans.KMeansModel.KMeansOutput
 
_mses - Variable in class hex.kmeans.KMeansModel.KMeansOutput
 
_nBetas - Variable in class hex.optimization.L_BFGS.L_BFGS_Params
 
_ncats - Variable in class hex.kmeans.KMeansModel.KMeansOutput
 
_nfolds - Variable in class hex.FrameTask.DataInfo
 
_nobs - Variable in class hex.glm.Gram.GramTask
 
_nobs - Variable in class hex.utils.MSETsk
 
_normalize - Variable in class hex.kmeans.KMeansModel.KMeansParameters
 
_normMul - Variable in class hex.FrameTask.DataInfo
 
_normRespMul - Variable in class hex.FrameTask.DataInfo
 
_normRespSub - Variable in class hex.FrameTask.DataInfo
 
_normSub - Variable in class hex.FrameTask.DataInfo
 
_nums - Variable in class hex.FrameTask.DataInfo
 
_objVal - Variable in class hex.optimization.L_BFGS.GradientInfo
 
_predictor_transform - Variable in class hex.FrameTask.DataInfo
 
_previous - Variable in class hex.deeplearning.Neurons
References for feed-forward connectivity
_proximalPenalty - Variable in class hex.glm.LSMSolver.ADMMSolver
 
_reg - Variable in class hex.glm.GLMTask.GLMIterationTask
 
_res - Variable in class hex.glm.GLMModel.GetScoringModelTask
 
_res - Variable in class hex.glm.GLMTask.GLMValidationTask
 
_resDev - Variable in class hex.utils.MSETsk
 
_response - Variable in class hex.glm.GLMModel.GLMParameters
 
_response_transform - Variable in class hex.FrameTask.DataInfo
 
_responses - Variable in class hex.FrameTask.DataInfo
 
_rows - Variable in class hex.kmeans.KMeansModel.KMeansOutput
 
_seed - Variable in class hex.kmeans.KMeansModel.KMeansParameters
 
_shuffle - Variable in class hex.FrameTask
 
_skipMissing - Variable in class hex.FrameTask
 
_standardize - Variable in class hex.glm.GLMModel.GLMParameters
 
_stepDec - Variable in class hex.optimization.L_BFGS.L_BFGS_Params
 
_timeLastScoreEnter - Variable in class hex.deeplearning.DeepLearningModel
 
_useAllFactorLevels - Variable in class hex.FrameTask.DataInfo
 
_useFraction - Variable in class hex.FrameTask
 
_val - Variable in class hex.glm.GLM.GLMGradientInfo
 
_w - Variable in class hex.deeplearning.Neurons
 
_wgiven - Variable in class hex.glm.LSMSolver.ADMMSolver
 
_xmodels - Variable in class hex.glm.GLMTask.GLMXValidationTask
 
_xvals - Variable in class hex.glm.GLMTask.GLMXValidationTask
 
_xx - Variable in class hex.glm.Gram
 
_xx - Variable in class hex.glm.Gram.Cholesky
 
_XY - Variable in class hex.glm.Gram.GramTask
 
A B C D E F G H I K L M N O P Q R S T U V _