public static class GLRMModel.GLRMOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
double[][] |
_archetypes |
double |
_avg_change_obj |
water.util.TwoDimTable |
_eigenvectors |
double[][] |
_eigenvectors_raw |
int |
_iterations |
water.Key<water.fvec.Frame> |
_loading_key |
double[] |
_normMul |
double[] |
_normSub |
double |
_objective |
water.util.TwoDimTable |
_pc_importance |
double[] |
_std_deviation |
double |
_step_size |
| 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, isClassifier, isSupervised, nclasses, responseName, toStringpublic int _iterations
public double _objective
public double _avg_change_obj
public double[][] _archetypes
public double _step_size
public double[][] _eigenvectors_raw
public water.util.TwoDimTable _eigenvectors
public double[] _std_deviation
public water.util.TwoDimTable _pc_importance
public water.Key<water.fvec.Frame> _loading_key
public double[] _normSub
public double[] _normMul
public GLRMModel.GLRMOutput(GLRM b)
public int nfeatures()
nfeatures in class hex.Model.Outputpublic hex.ModelCategory getModelCategory()
getModelCategory in class hex.Model.Output