Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected INTERPOLATIONMETHOD |
TimeSeries.interpolationMethod |
Modifier and Type | Method and Description |
---|---|
static INTERPOLATIONMETHOD |
INTERPOLATIONMETHOD.fromValue(String v) |
INTERPOLATIONMETHOD |
TimeSeries.getInterpolationMethod()
Gets the value of the interpolationMethod property.
|
static INTERPOLATIONMETHOD |
INTERPOLATIONMETHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static INTERPOLATIONMETHOD[] |
INTERPOLATIONMETHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeSeries.setInterpolationMethod(INTERPOLATIONMETHOD value)
Sets the value of the interpolationMethod property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.