| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected Partition |
Cluster.partition |
protected Partition |
TargetValue.partition |
protected Partition |
Node.partition |
| Modifier and Type | Method and Description |
|---|---|
Partition |
ObjectFactory.createPartition()
Create an instance of
Partition |
Partition |
Cluster.getPartition()
Gets the value of the partition property.
|
Partition |
TargetValue.getPartition()
Gets the value of the partition property.
|
Partition |
Node.getPartition()
Gets the value of the partition property.
|
Partition |
Partition.withExtensions(java.util.Collection<Extension> values) |
Partition |
Partition.withExtensions(Extension... values) |
Partition |
Partition.withName(java.lang.String value) |
Partition |
Partition.withPartitionFieldStats(java.util.Collection<PartitionFieldStats> values) |
Partition |
Partition.withPartitionFieldStats(PartitionFieldStats... values) |
Partition |
Partition.withSize(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setPartition(Partition value)
Sets the value of the partition property.
|
void |
TargetValue.setPartition(Partition value)
Sets the value of the partition property.
|
void |
Node.setPartition(Partition value)
Sets the value of the partition property.
|
VisitorAction |
Visitor.visit(Partition partition) |
Cluster |
Cluster.withPartition(Partition value) |
TargetValue |
TargetValue.withPartition(Partition value) |
Node |
Node.withPartition(Partition value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Partition partition) |
VisitorAction |
AbstractVisitor.visit(Partition partition) |
Copyright © 2015 University of Tartu. All Rights Reserved.