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 |
_cross_validation_metrics, _cross_validation_models, _cross_validation_predictions, _distribution, _domains, _end_time, _hasFold, _hasOffset, _hasWeights, _isSupervised, _model_metrics, _model_summary, _modelClassDist, _names, _priorClassDist, _run_time, _scoring_history, _start_time, _status, _training_metrics, _validation_metrics| Constructor and Description |
|---|
NaiveBayesModel.NaiveBayesOutput(NaiveBayes b) |
addModelMetrics, classNames, foldIdx, foldName, getModelCategory, hasFold, hasOffset, hasWeights, isClassifier, isSupervised, nclasses, nfeatures, offsetIdx, offsetName, printTwoDimTables, 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)