| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.baseline | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createCountTable(CountTable value)
|
jakarta.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createNormalizedCountTable(CountTable value)
|
| Modifier and Type | Method and Description |
|---|---|
jakarta.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createCountTable(CountTable value)
|
jakarta.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createNormalizedCountTable(CountTable value)
|
VisitorAction |
Visitor.visit(CountTable countTable) |
| Modifier and Type | Method and Description |
|---|---|
CountTable |
CountTable.addExtensions(Extension... extensions) |
CountTable |
CountTable.addFieldValueCounts(FieldValueCount... fieldValueCounts) |
CountTable |
CountTable.addFieldValues(FieldValue... fieldValues) |
CountTable |
ObjectFactory.createCountTable()
Create an instance of
CountTable |
CountTable |
Baseline.getCountTable() |
CountTable |
Baseline.getNormalizedCountTable() |
CountTable |
Baseline.requireCountTable() |
CountTable |
Baseline.requireNormalizedCountTable() |
CountTable |
CountTable.setSample(Number sample) |
| Modifier and Type | Method and Description |
|---|---|
Baseline |
Baseline.setCountTable(CountTable countTable) |
Baseline |
Baseline.setNormalizedCountTable(CountTable normalizedCountTable) |
| Constructor and Description |
|---|
Baseline(ContinuousDistribution continuousDistribution,
CountTable countTable,
CountTable normalizedCountTable,
List<FieldRef> fieldRefs) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(CountTable countTable) |
Copyright © 2024. All rights reserved.