public static final class NaiveBayesModelV3.NaiveBayesModelOutputV3 extends water.api.schemas3.ModelOutputSchemaV3<NaiveBayesModel.NaiveBayesOutput,NaiveBayesModelV3.NaiveBayesModelOutputV3>
Modifier and Type | Field and Description |
---|---|
water.api.schemas3.TwoDimTableV3 |
apriori |
java.lang.String[] |
levels |
water.api.schemas3.TwoDimTableV3[] |
pcond |
column_types, 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, cv_scoring_history, default_threshold, domains, end_time, help, model_category, model_summary, names, original_names, reproducibility_information_table, run_time, scoring_history, start_time, status, training_metrics, validation_metrics
Constructor and Description |
---|
NaiveBayesModelOutputV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@API(help="Categorical levels of the response") public java.lang.String[] levels
@API(help="A-priori probabilities of the response") public water.api.schemas3.TwoDimTableV3 apriori
@API(help="Conditional probabilities of the predictors") public water.api.schemas3.TwoDimTableV3[] pcond