| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected Interval |
DiscretizeBin.interval |
| Modifier and Type | Field and Description |
|---|---|
protected List<Interval> |
DataField.intervals |
protected List<Interval> |
EventValues.intervals |
protected 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(Collection<Extension> values) |
Interval |
Interval.withExtensions(Extension... values) |
Interval |
Interval.withLeftMargin(Double value) |
Interval |
Interval.withRightMargin(Double value) |
| Modifier and Type | Method and Description |
|---|---|
List<Interval> |
DataField.getIntervals()
Gets the value of the intervals property.
|
List<Interval> |
EventValues.getIntervals()
Gets the value of the intervals property.
|
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 |
AbstractSimpleVisitor.visit(Interval interval) |
VisitorAction |
AbstractVisitor.visit(Interval interval) |
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(Collection<Interval> values) |
EventValues |
EventValues.withIntervals(Collection<Interval> values) |
ContStats |
ContStats.withIntervals(Collection<Interval> values) |
| Constructor and Description |
|---|
DiscretizeBin(Interval interval,
String binValue) |
Copyright © 2014 University of Tartu. All Rights Reserved.