| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FieldValueCount> |
CountTable.fieldValueCounts |
protected java.util.List<FieldValueCount> |
FieldValue.fieldValueCounts |
| Modifier and Type | Method and Description |
|---|---|
FieldValueCount |
ObjectFactory.createFieldValueCount()
Create an instance of
FieldValueCount |
FieldValueCount |
FieldValueCount.withCount(double value) |
FieldValueCount |
FieldValueCount.withExtensions(java.util.Collection<Extension> values) |
FieldValueCount |
FieldValueCount.withExtensions(Extension... values) |
FieldValueCount |
FieldValueCount.withField(FieldName value) |
FieldValueCount |
FieldValueCount.withValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldValueCount> |
CountTable.getFieldValueCounts()
Gets the value of the fieldValueCounts property.
|
java.util.List<FieldValueCount> |
FieldValue.getFieldValueCounts()
Gets the value of the fieldValueCounts property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(FieldValueCount fieldValueCount) |
CountTable |
CountTable.withFieldValueCounts(FieldValueCount... values) |
FieldValue |
FieldValue.withFieldValueCounts(FieldValueCount... values) |
| Modifier and Type | Method and Description |
|---|---|
CountTable |
CountTable.withFieldValueCounts(java.util.Collection<FieldValueCount> values) |
FieldValue |
FieldValue.withFieldValueCounts(java.util.Collection<FieldValueCount> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(FieldValueCount fieldValueCount) |
VisitorAction |
AbstractVisitor.visit(FieldValueCount fieldValueCount) |
Copyright © 2015 University of Tartu. All Rights Reserved.