java.lang.String[] _names
java.lang.String[][] _domains
java.lang.String _offsetColumn
GenMunger.Step<T>[] _steps
ModelCategory _category
java.lang.String _uuid
boolean _supervised
int _nfeatures
int _nclasses
boolean _balanceClasses
double _defaultThreshold
double[] _priorClassDistrib
double[] _modelClassDistrib
DistributionFamily _family
double _init_f
GenModel m
java.util.HashMap<K,V> modelColumnNameToIndexMap
java.util.HashMap<K,V> domainMap
boolean convertUnknownCategoricalLevelsToNa
java.util.concurrent.ConcurrentHashMap<K,V> unknownCategoricalLevelsSeenPerColumn
int labelIndex
java.lang.String label
double[] classProbabilities
model.getDomainValues(model.getResponseIdx())"Domain" is the internal H2O term for level names. The values in this array may be Double.NaN, which means NA (this will happen with GLM, for example, if one of the input values for a new data point is NA). If they are valid numeric values, then they will sum up to 1.0.
int labelIndex
java.lang.String label
double[] classProbabilities
model.getDomainValues(model.getResponseIdx())"Domain" is the internal H2O term for level names. The values in this array may be Double.NaN, which means NA. If they are valid numeric values, then they will sum up to 1.0.