| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected CountTable |
Baseline.countTable |
protected CountTable |
Baseline.normalizedCountTable |
| Modifier and Type | Method and Description |
|---|---|
CountTable |
ObjectFactory.createCountTable()
Create an instance of
CountTable |
CountTable |
Baseline.getCountTable()
Gets the value of the countTable property.
|
CountTable |
Baseline.getNormalizedCountTable()
Gets the value of the normalizedCountTable property.
|
CountTable |
CountTable.withExtensions(java.util.Collection<Extension> values) |
CountTable |
CountTable.withExtensions(Extension... values) |
CountTable |
CountTable.withFieldValueCounts(java.util.Collection<FieldValueCount> values) |
CountTable |
CountTable.withFieldValueCounts(FieldValueCount... values) |
CountTable |
CountTable.withFieldValues(java.util.Collection<FieldValue> values) |
CountTable |
CountTable.withFieldValues(FieldValue... values) |
CountTable |
CountTable.withSample(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createCountTable(CountTable value)
|
javax.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createNormalizedCountTable(CountTable value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createCountTable(CountTable value)
|
javax.xml.bind.JAXBElement<CountTable> |
ObjectFactory.createNormalizedCountTable(CountTable value)
|
void |
Baseline.setCountTable(CountTable value)
Sets the value of the countTable property.
|
void |
Baseline.setNormalizedCountTable(CountTable value)
Sets the value of the normalizedCountTable property.
|
VisitorAction |
Visitor.visit(CountTable countTable) |
Baseline |
Baseline.withCountTable(CountTable value) |
Baseline |
Baseline.withNormalizedCountTable(CountTable value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(CountTable countTable) |
VisitorAction |
AbstractVisitor.visit(CountTable countTable) |
Copyright © 2015 University of Tartu. All Rights Reserved.