public class GLRM extends hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>
Modifier and Type | Class and Description |
---|---|
protected static class |
GLRM.Archetypes |
Constructor and Description |
---|
GLRM(boolean startup_once) |
GLRM(GLRMModel.GLRMParameters parms) |
GLRM(GLRMModel.GLRMParameters parms,
water.Job<GLRMModel> job) |
Modifier and Type | Method and Description |
---|---|
hex.ModelCategory[] |
can_build() |
protected void |
checkMemoryFootPrint() |
static double[][] |
expandCats(double[][] sdata,
DataInfo dinfo) |
static double |
frobenius2(double[][] x) |
boolean |
hasClosedForm(long na_cnt) |
boolean |
haveMojo() |
boolean |
havePojo() |
protected static int |
idx_xnew(int c,
int ncolA,
int ncolX) |
protected static int |
idx_xold(int c,
int ncolA) |
void |
init(boolean expensive)
Validate all parameters, and prepare the model for training.
|
boolean |
isSupervised() |
protected hex.glrm.GLRM.GLRMDriver |
trainModelImpl() |
static double[][] |
transform(double[][] centers,
double[] normSub,
double[] normMul,
int ncats,
int nnums) |
algoName, algos, builderVisibility, checkDistributions, clearInitState, clearValidationErrors, computeCrossValidation, computePriorClassDistribution, cv_AssignFold, cv_buildModels, cv_computeAndSetOptimalParameters, cv_mainModelScores, cv_makeFramesAndBuilders, cv_makeWeights, cv_scoreCVModels, defaultKey, desiredChunks, dest, error_count, error, get, getToEigenVec, hasFoldCol, hasOffsetCol, hasWeightCol, hide, ignoreBadColumns, ignoreConstColumns, ignoreInvalidColumns, ignoreStringColumns, info, init_adaptFrameToTrain, isClassifier, isStopped, javaName, logMe, make, message, nclasses, nFoldCV, nFoldWork, nModelsInParallel, numSpecialCols, paramName, rebalance, response, schemaDirectory, separateFeatureVecs, setTrain, shouldReorder, specialColNames, stop_requested, timeout, train, trainModel, trainModelNested, valid, validationErrors, vresponse, warn
public GLRM(GLRMModel.GLRMParameters parms)
public GLRM(GLRMModel.GLRMParameters parms, water.Job<GLRMModel> 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 boolean isSupervised()
isSupervised
in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>
public boolean havePojo()
havePojo
in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>
public boolean haveMojo()
haveMojo
in class hex.ModelBuilder<GLRMModel,GLRMModel.GLRMParameters,GLRMModel.GLRMOutput>
protected void checkMemoryFootPrint()
checkMemoryFootPrint
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 final boolean hasClosedForm(long na_cnt)
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)