public static final class NaiveBayesModelV3.NaiveBayesModelOutputV3 extends water.api.ModelOutputSchema<NaiveBayesModel.NaiveBayesOutput,NaiveBayesModelV3.NaiveBayesModelOutputV3>
| Modifier and Type | Field and Description |
|---|---|
water.api.TwoDimTableBase |
apriori |
java.lang.String[] |
levels |
water.api.TwoDimTableBase[] |
pcond |
| Constructor and Description |
|---|
NaiveBayesModelV3.NaiveBayesModelOutputV3() |
createAndFillImpl, createImpl, fillFromParms, fillFromParms, fillImpl, get__meta, getExperimentalVersion, getHighestSupportedVersion, getImplClass, getImplClass, getLatestVersion, getSchemaVersion, markdown, markdown, markdown, newInstance, newInstance, registerAllSchemasIfNecessary, schema, schema, schemaClass, schemas, setField@API(help="Categorical levels of the response") public java.lang.String[] levels
@API(help="A-priori probabilities of the response") public water.api.TwoDimTableBase apriori
@API(help="Conditional probabilities of the predictors") public water.api.TwoDimTableBase[] pcond