public static class SVDModel.SVDOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
int[] |
_catOffsets |
double[] |
_d |
int |
_ncats |
int |
_nnums |
double[] |
_normMul |
double[] |
_normSub |
int[] |
_permutation |
water.Key<water.fvec.Frame> |
_u_key |
double[][] |
_v |
| Constructor and Description |
|---|
SVDModel.SVDOutput(SVD b) |
| Modifier and Type | Method and Description |
|---|---|
hex.ModelCategory |
getModelCategory() |
addModelMetrics, classNames, isClassifier, isSupervised, nclasses, nfeatures, responseName, toStringpublic double[][] _v
public double[] _d
public water.Key<water.fvec.Frame> _u_key
public int _ncats
public int _nnums
public int[] _catOffsets
public double[] _normSub
public double[] _normMul
public int[] _permutation
public SVDModel.SVDOutput(SVD b)