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