| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected Interval |
DiscretizeBin.interval |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Interval> |
DataField.intervals |
protected java.util.List<Interval> |
EventValues.intervals |
protected java.util.List<Interval> |
ContStats.intervals |
| Modifier and Type | Method and Description |
|---|---|
Interval |
ObjectFactory.createInterval()
Create an instance of
Interval |
Interval |
DiscretizeBin.getInterval()
Gets the value of the interval property.
|
Interval |
Interval.withClosure(Interval.Closure value) |
Interval |
Interval.withExtensions(java.util.Collection<Extension> values) |
Interval |
Interval.withExtensions(Extension... values) |
Interval |
Interval.withLeftMargin(java.lang.Double value) |
Interval |
Interval.withRightMargin(java.lang.Double value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Interval> |
DataField.getIntervals()
Gets the value of the intervals property.
|
java.util.List<Interval> |
EventValues.getIntervals()
Gets the value of the intervals property.
|
java.util.List<Interval> |
ContStats.getIntervals()
Gets the value of the intervals property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DiscretizeBin.setInterval(Interval value)
Sets the value of the interval property.
|
VisitorAction |
Visitor.visit(Interval interval) |
DiscretizeBin |
DiscretizeBin.withInterval(Interval value) |
DataField |
DataField.withIntervals(Interval... values) |
EventValues |
EventValues.withIntervals(Interval... values) |
ContStats |
ContStats.withIntervals(Interval... values) |
| Modifier and Type | Method and Description |
|---|---|
DataField |
DataField.withIntervals(java.util.Collection<Interval> values) |
EventValues |
EventValues.withIntervals(java.util.Collection<Interval> values) |
ContStats |
ContStats.withIntervals(java.util.Collection<Interval> values) |
| Constructor and Description |
|---|
DiscretizeBin(java.lang.String binValue,
Interval interval) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Interval interval) |
VisitorAction |
AbstractVisitor.visit(Interval interval) |
Copyright © 2015 University of Tartu. All Rights Reserved.