| Package | Description |
|---|---|
| org.dmg.pmml |
| 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(Collection<Extension> values) |
PPMatrix |
PPMatrix.withExtensions(Extension... values) |
PPMatrix |
PPMatrix.withPPCells(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) |
VisitorAction |
AbstractVisitor.visit(PPMatrix ppMatrix) |
VisitorAction |
AbstractSimpleVisitor.visit(PPMatrix ppMatrix) |
GeneralRegressionModel |
GeneralRegressionModel.withPPMatrix(PPMatrix value) |
| Constructor and Description |
|---|
GeneralRegressionModel(MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix,
GeneralRegressionModel.ModelType modelType,
MiningFunctionType functionName) |
Copyright © 2014 University of Tartu. All Rights Reserved.