public static class NaiveBayesModel.NaiveBayesOutput
extends hex.SupervisedModel.SupervisedOutput
| 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) |
getModelCategory, isClassifier, isSupervised, nclasses, nfeaturespublic 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)