java.lang.String[] _names
java.lang.String[][] _domains
GenMunger.Step<T>[] _steps
GenModel m
java.util.HashMap<K,V> modelColumnNameToIndexMap
java.util.HashMap<K,V> domainMap
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.