public static class NaiveBayesModel.NaiveBayesOutput
extends hex.Model.Output
| Modifier and Type | Field and Description |
|---|---|
water.util.TwoDimTable |
_apriori |
double[] |
_apriori_raw |
java.lang.String[] |
_levels |
int |
_ncats |
water.util.TwoDimTable[] |
_pcond |
double[][][] |
_pcond_raw |
int[] |
_rescnt |
| Constructor and Description |
|---|
NaiveBayesModel.NaiveBayesOutput(NaiveBayes b) |
addModelMetrics, classNames, foldIdx, foldName, getModelCategory, hasFold, hasOffset, hasWeights, isClassifier, isSupervised, nclasses, nfeatures, offsetIdx, offsetName, responseIdx, responseName, toString, weightsIdx, weightsNamepublic water.util.TwoDimTable _apriori
public double[] _apriori_raw
public water.util.TwoDimTable[] _pcond
public double[][][] _pcond_raw
public int[] _rescnt
public java.lang.String[] _levels
public int _ncats
public NaiveBayesModel.NaiveBayesOutput(NaiveBayes b)