public class GLRM extends hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
GLRM.Archetypes |
static class |
GLRM.Initialization |
_fold, _nclass, _offset, _parms, _response, _train, _valid, _vresponse, _weights| Constructor and Description |
|---|
GLRM(GLRMModel.GLRMParameters parms) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelBuilder.BuilderVisibility |
builderVisibility() |
hex.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[][] |
expandCats(double[][] sdata,
DataInfo dinfo) |
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) |
long |
progressUnits() |
hex.schemas.ModelBuilderSchema |
schema() |
water.Job<GLRMModel> |
trainModelImpl(long work,
boolean restartTimer) |
static double[][] |
transform(double[][] centers,
double[] normSub,
double[] normMul,
int ncats,
int nnums) |
canBeDone, cancel, checkDistributions, checkMemoryFootPrint, clearInitState, computeCrossValidation, computePriorClassDistribution, createModelBuilder, deleteProgressKey, error_count, getAlgo, getAlgo, getAlgo, getAlgoFullName, getModelBuilder, getModelBuilders, getModelClass, hasFoldCol, hasOffsetCol, hasWeightCol, ignoreBadColumns, ignoreStringColumns, isClassifier, isSupervised, modifyParmsForCrossValidationMainModel, modifyParmsForCrossValidationSplits, nclasses, nFoldCV, numSpecialCols, registerModelBuilder, response, responseMean, separateFeatureVecs, train, trainModel, updateModelOutput, valid, vresponseblock, cancel, checksum_impl, clearValidationErrors, createProgressKey, dest, done, done, error_count_or_uninitialized, error, failed, get, hide, info, isCancelledOrCrashed, isDone, isRunning, isRunning, isStopped, jobKey, jobs, message, msec, progress_msg, progress, remove_impl, start, update, update, update, update, updateValidationMessages, validationErrors, warnchecksum, getBinarySerializer, getPublishedKeys, remove, remove, remove, removepublic GLRM(GLRMModel.GLRMParameters parms)
public hex.schemas.ModelBuilderSchema schema()
schema in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public water.Job<GLRMModel> trainModelImpl(long work, boolean restartTimer)
trainModelImpl in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public long progressUnits()
progressUnits in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>public hex.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,
double[] normSub,
double[] normMul,
int ncats,
int nnums)
public static double[][] expandCats(double[][] sdata,
DataInfo dinfo)
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)