public final class PMMLInterval extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PMMLInterval.Closure |
Constructor and Description |
---|
PMMLInterval(double leftMargin,
double rightMargin,
PMMLInterval.Closure closure) |
Modifier and Type | Method and Description |
---|---|
PMMLInterval.Closure |
getClosure() |
double |
getLeftMargin() |
double |
getRightMargin() |
(package private) void |
writePMML(TransformerHandler handler)
Writes the PMML to the given handler.
|
public PMMLInterval(double leftMargin, double rightMargin, PMMLInterval.Closure closure)
leftMargin
- the left marginrightMargin
- the right marginclosure
- whether a margin is part of the intervalpublic double getLeftMargin()
public double getRightMargin()
public PMMLInterval.Closure getClosure()
void writePMML(TransformerHandler handler) throws SAXException
handler
- the transformation handlerSAXException
- if anything goes wrong while serializing the model
KNIME GmbH, Konstanz, Germany
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.