public class NaiveBayesModelOutputV3 extends ModelOutputSchema
| Modifier and Type | Field and Description |
|---|---|
TwoDimTableV3 |
apriori
A-priori probabilities of the response
|
java.lang.String[] |
levels
Categorical levels of the response
|
TwoDimTableV3[] |
pcond
Conditional probabilities of the predictors
|
cross_validation_fold_assignment_frame_id, cross_validation_holdout_predictions_frame_id, cross_validation_metrics, cross_validation_metrics_summary, cross_validation_models, cross_validation_predictions, domains, end_time, help, model_category, model_summary, names, run_time, scoring_history, start_time, status, training_metrics, validation_metrics| Constructor and Description |
|---|
NaiveBayesModelOutputV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String[] levels
public TwoDimTableV3 apriori
public TwoDimTableV3[] pcond
public java.lang.String toString()
toString in class ModelOutputSchema