public class GLRM extends hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>
| Modifier and Type | Class and Description |
|---|---|
static class |
GLRM.Initialization |
| Constructor and Description |
|---|
GLRM(GLRMModel.GLRMParameters parms) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.Model.ModelCategory[] |
can_build() |
protected static water.fvec.Chunk |
chk_xnew(water.fvec.Chunk[] chks,
int c,
int ncolA,
int ncolX) |
protected static water.fvec.Chunk |
chk_xold(water.fvec.Chunk[] chks,
int c,
int ncolA) |
static double |
frobenius2(double[][] x) |
protected static int |
idx_xnew(int c,
int ncolA,
int ncolX) |
protected static int |
idx_xold(int c,
int ncolA) |
void |
init(boolean expensive) |
hex.schemas.ModelBuilderSchema |
schema() |
water.Job<GLRMModel> |
trainModel() |
static double[][] |
transform(double[][] centers,
int ncats,
double[] normSub,
double[] normMul) |
checkMemoryFootPrint, clearInitState, createModelBuilder, error_count, error, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hide, info, registerModelBuilder, train, valid, validationErrors, warncancel, cancel, checksum_impl, dest, done, failed, get, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobs, msec, onCancelled, progress_msg, progress, remove_impl, start, update, update, update, updatepublic GLRM(GLRMModel.GLRMParameters parms)
public hex.schemas.ModelBuilderSchema schema()
schema in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public water.Job<GLRMModel> trainModel()
trainModel in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public hex.Model.ModelCategory[] can_build()
can_build in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public hex.ModelBuilder.BuilderVisibility builderVisibility()
builderVisibility in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public void init(boolean expensive)
init in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public static double frobenius2(double[][] x)
public static double[][] transform(double[][] centers,
int ncats,
double[] normSub,
double[] normMul)
protected static int idx_xold(int c,
int ncolA)
protected static int idx_xnew(int c,
int ncolA,
int ncolX)
protected static water.fvec.Chunk chk_xold(water.fvec.Chunk[] chks,
int c,
int ncolA)
protected static water.fvec.Chunk chk_xnew(water.fvec.Chunk[] chks,
int c,
int ncolA,
int ncolX)