public static class GLRMModel.GLRMOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
water.util.TwoDimTable |
_archetypes |
GLRM.Archetypes |
_archetypes_raw |
double |
_avg_change_obj |
int[] |
_catOffsets |
water.util.TwoDimTable |
_eigenvectors |
double[][] |
_eigenvectors_raw |
int |
_iterations |
water.Key<water.fvec.Frame> |
_loading_key |
GLRMModel.GLRMParameters.Loss[] |
_lossFunc |
java.lang.String[] |
_names_expanded |
int |
_ncats |
int |
_nnums |
long |
_nobs |
double[] |
_normMul |
double[] |
_normSub |
double |
_objective |
int[] |
_permutation |
double[] |
_singular_vals |
double |
_step_size |
_cross_validation_metrics, _cross_validation_models, _cross_validation_predictions, _distribution, _domains, _end_time, _hasFold, _hasOffset, _hasWeights, _isSupervised, _model_metrics, _model_summary, _modelClassDist, _names, _priorClassDist, _run_time, _scoring_history, _start_time, _status, _training_metrics, _validation_metrics| Constructor and Description |
|---|
GLRMModel.GLRMOutput(GLRM b) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelCategory |
getModelCategory() |
int |
nfeatures()
Override because base class implements ncols-1 for features with the
last column as a response variable; for GLRM all the columns are features.
|
addModelMetrics, classNames, foldIdx, foldName, hasFold, hasOffset, hasWeights, isClassifier, isSupervised, nclasses, offsetIdx, offsetName, printTwoDimTables, responseIdx, responseName, toString, weightsIdx, weightsNamepublic int _iterations
public double _objective
public double _avg_change_obj
public water.util.TwoDimTable _archetypes
public GLRM.Archetypes _archetypes_raw
public double _step_size
public double[][] _eigenvectors_raw
public water.util.TwoDimTable _eigenvectors
public double[] _singular_vals
public water.Key<water.fvec.Frame> _loading_key
public int _ncats
public int _nnums
public long _nobs
public int[] _catOffsets
public double[] _normSub
public double[] _normMul
public int[] _permutation
public java.lang.String[] _names_expanded
public GLRMModel.GLRMParameters.Loss[] _lossFunc
public GLRMModel.GLRMOutput(GLRM b)
public int nfeatures()
nfeatures in class hex.Model.Outputpublic hex.ModelCategory getModelCategory()
getModelCategory in class hex.Model.Output