| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected PPMatrix |
GeneralRegressionModel.ppMatrix |
| Modifier and Type | Method and Description |
|---|---|
PPMatrix |
ObjectFactory.createPPMatrix()
Create an instance of
PPMatrix |
PPMatrix |
GeneralRegressionModel.getPPMatrix()
Gets the value of the ppMatrix property.
|
PPMatrix |
PPMatrix.withExtensions(java.util.Collection<Extension> values) |
PPMatrix |
PPMatrix.withExtensions(Extension... values) |
PPMatrix |
PPMatrix.withPPCells(java.util.Collection<PPCell> values) |
PPMatrix |
PPMatrix.withPPCells(PPCell... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralRegressionModel.setPPMatrix(PPMatrix value)
Sets the value of the ppMatrix property.
|
VisitorAction |
Visitor.visit(PPMatrix ppMatrix) |
GeneralRegressionModel |
GeneralRegressionModel.withPPMatrix(PPMatrix value) |
| Constructor and Description |
|---|
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunctionType functionName,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(PPMatrix ppMatrix) |
VisitorAction |
AbstractVisitor.visit(PPMatrix ppMatrix) |
Copyright © 2015 University of Tartu. All Rights Reserved.