| Package | Description |
|---|---|
| org.dmg.pmml |
| 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(Collection<Extension> values) |
CountTable |
CountTable.withExtensions(Extension... values) |
CountTable |
CountTable.withFieldValueCounts(Collection<FieldValueCount> values) |
CountTable |
CountTable.withFieldValueCounts(FieldValueCount... values) |
CountTable |
CountTable.withFieldValues(Collection<FieldValue> values) |
CountTable |
CountTable.withFieldValues(FieldValue... values) |
CountTable |
CountTable.withSample(Double value) |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CountTable> |
ObjectFactory.createCountTable(CountTable value)
|
JAXBElement<CountTable> |
ObjectFactory.createNormalizedCountTable(CountTable value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<CountTable> |
ObjectFactory.createCountTable(CountTable value)
|
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 |
AbstractSimpleVisitor.visit(CountTable countTable) |
VisitorAction |
AbstractVisitor.visit(CountTable countTable) |
VisitorAction |
Visitor.visit(CountTable countTable) |
Baseline |
Baseline.withCountTable(CountTable value) |
Baseline |
Baseline.withNormalizedCountTable(CountTable value) |
Copyright © 2014 University of Tartu. All Rights Reserved.