| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.general_regression | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PPMatrix ppMatrix) |
| Modifier and Type | Method and Description |
|---|---|
PPMatrix |
PPMatrix.addExtensions(Extension... extensions) |
PPMatrix |
PPMatrix.addPPCells(PPCell... ppCells) |
PPMatrix |
ObjectFactory.createPPMatrix()
Create an instance of
PPMatrix |
PPMatrix |
GeneralRegressionModel.getPPMatrix() |
PPMatrix |
GeneralRegressionModel.requirePPMatrix() |
| Modifier and Type | Method and Description |
|---|---|
GeneralRegressionModel |
GeneralRegressionModel.setPPMatrix(PPMatrix ppMatrix) |
| 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(PPMatrix ppMatrix) |
Copyright © 2024. All rights reserved.