| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.naive_bayes | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PairCounts pairCounts) |
| Modifier and Type | Method and Description |
|---|---|
PairCounts |
PairCounts.addExtensions(Extension... extensions) |
PairCounts |
ObjectFactory.createPairCounts()
Create an instance of
PairCounts |
PairCounts |
PairCounts.setTargetValueCounts(TargetValueCounts targetValueCounts) |
PairCounts |
PairCounts.setValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<PairCounts> |
BayesInput.getPairCounts() |
List<PairCounts> |
BayesInput.requirePairCounts() |
| Modifier and Type | Method and Description |
|---|---|
BayesInput |
BayesInput.addPairCounts(PairCounts... pairCounts) |
| Constructor and Description |
|---|
BayesInput(Field<?> field,
TargetValueStats targetValueStats,
List<PairCounts> pairCounts) |
BayesInput(String field,
TargetValueStats targetValueStats,
List<PairCounts> pairCounts) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(PairCounts pairCounts) |
Copyright © 2024. All rights reserved.