| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.naive_bayes | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(BayesInput bayesInput) |
| Modifier and Type | Method and Description |
|---|---|
BayesInput |
BayesInput.addExtensions(Extension... extensions) |
BayesInput |
BayesInput.addPairCounts(PairCounts... pairCounts) |
BayesInput |
ObjectFactory.createBayesInput()
Create an instance of
BayesInput |
BayesInput |
BayesInput.setDerivedField(DerivedField derivedField) |
BayesInput |
BayesInput.setField(String field) |
BayesInput |
BayesInput.setTargetValueStats(TargetValueStats targetValueStats) |
| Modifier and Type | Method and Description |
|---|---|
List<BayesInput> |
BayesInputs.getBayesInputs() |
Iterator<BayesInput> |
BayesInputs.iterator() |
List<BayesInput> |
BayesInputs.requireBayesInputs() |
| Modifier and Type | Method and Description |
|---|---|
BayesInputs |
BayesInputs.addBayesInputs(BayesInput... bayesInputs) |
| Constructor and Description |
|---|
BayesInputs(List<BayesInput> bayesInputs) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(BayesInput bayesInput) |
VisitorAction |
ActiveFieldFinder.visit(BayesInput bayesInput) |
Copyright © 2022. All rights reserved.