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 |
| Constructor and Description |
|---|
GLRM(boolean startup_once) |
GLRM(GLRMModel.GLRMParameters parms) |
GLRM(GLRMModel.GLRMParameters parms,
water.Job job) |
| Modifier and Type | Method and Description |
|---|---|
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) |
protected hex.glrm.GLRM.GLRMDriver |
trainModelImpl() |
static double[][] |
transform(double[][] centers,
double[] normSub,
double[] normMul,
int ncats,
int nnums) |
algoName, algos, builderVisibility, checkDistributions, checkMemoryFootPrint, clearInitState, clearValidationErrors, computeCrossValidation, computePriorClassDistribution, cv_AssignFold, cv_buildModels, cv_mainModelScores, cv_makeFramesAndBuilders, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getToEigenVec, hasFoldCol, hasOffsetCol, hasWeightCol, hide, ignoreBadColumns, ignoreConstColumns, ignoreStringColumns, info, isClassifier, isStopped, isSupervised, javaName, logMe, make, message, modifyParmsForCrossValidationMainModel, nclasses, nFoldCV, nFoldWork, nModelsInParallel, numSpecialCols, paramName, rebalance, response, schemaDirectory, separateFeatureVecs, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, valid, validationErrors, vresponse, warnpublic GLRM(GLRMModel.GLRMParameters parms)
public GLRM(GLRMModel.GLRMParameters parms, water.Job job)
public GLRM(boolean startup_once)
protected hex.glrm.GLRM.GLRMDriver trainModelImpl()
trainModelImpl 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 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)