| Package | Description |
|---|---|
| org.dmg.pmml.general_regression |
| Modifier and Type | Method and Description |
|---|---|
static GeneralRegressionModel.LinkFunction |
GeneralRegressionModel.LinkFunction.fromValue(String v) |
GeneralRegressionModel.LinkFunction |
GeneralRegressionModel.getLinkFunction() |
GeneralRegressionModel.LinkFunction |
GeneralRegressionModel.requireLinkFunction() |
static GeneralRegressionModel.LinkFunction |
GeneralRegressionModel.LinkFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralRegressionModel.LinkFunction[] |
GeneralRegressionModel.LinkFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setLinkFunction(GeneralRegressionModel.LinkFunction linkFunction) |
Copyright © 2024. All rights reserved.