| 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()
Gets the value of the parameterList property.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setParameterList(ParameterList parameterList)
Sets the value of the parameterList property.
|
| Constructor and Description |
|---|
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunction miningFunction,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ParameterList parameterList) |
VisitorAction |
AbstractVisitor.visit(ParameterList parameterList) |
Copyright © 2016 University of Tartu. All rights reserved.