| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.general_regression | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(ParameterList parameterList) |
| Modifier and Type | Method and Description |
|---|---|
ParameterList |
ParameterList.addExtensions(Extension... extensions) |
ParameterList |
ParameterList.addParameters(Parameter... parameters) |
ParameterList |
ObjectFactory.createParameterList()
Create an instance of
ParameterList |
ParameterList |
GeneralRegressionModel.getParameterList() |
ParameterList |
GeneralRegressionModel.requireParameterList() |
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setParameterList(ParameterList parameterList) |
| Constructor and Description |
|---|
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunction miningFunction,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(ParameterList parameterList) |
Copyright © 2024. All rights reserved.