public static class PCAModel.PCAOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
int[] |
_catOffsets |
double[] |
_cumVar |
double[][] |
_eigVec |
java.lang.String[] |
_namesExp |
double[] |
_normMul |
double[] |
_normSub |
int |
_numPC |
double[] |
_propVar |
int |
_rank |
double[] |
_sdev |
| Constructor and Description |
|---|
PCAModel.PCAOutput(PCA b) |
| Modifier and Type | Method and Description |
|---|---|
hex.Model.ModelCategory |
getModelCategory() |
int |
nfeatures()
Override because base class implements ncols-1 for features with the
last column as a response variable; for PCA all the columns are
features.
|
addModelMetrics, allNames, classNames, isClassifier, nclasses, responseNamepublic java.lang.String[] _namesExp
public double[] _sdev
public double[] _propVar
public double[] _cumVar
public double[][] _eigVec
public double[] _normSub
public double[] _normMul
public int[] _catOffsets
public int _rank
public int _numPC
public PCAModel.PCAOutput(PCA b)
public int nfeatures()
nfeatures in class hex.Model.Outputpublic hex.Model.ModelCategory getModelCategory()
getModelCategory in class hex.Model.Output