| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PPCell> |
PPMatrix.ppCells |
| Modifier and Type | Method and Description |
|---|---|
PPCell |
ObjectFactory.createPPCell()
Create an instance of
PPCell |
PPCell |
PPCell.withExtensions(java.util.Collection<Extension> values) |
PPCell |
PPCell.withExtensions(Extension... values) |
PPCell |
PPCell.withParameterName(java.lang.String value) |
PPCell |
PPCell.withPredictorName(FieldName value) |
PPCell |
PPCell.withTargetCategory(java.lang.String value) |
PPCell |
PPCell.withValue(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PPCell> |
PPMatrix.getPPCells()
Gets the value of the ppCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PPCell ppCell) |
PPMatrix |
PPMatrix.withPPCells(PPCell... values) |
| Modifier and Type | Method and Description |
|---|---|
PPMatrix |
PPMatrix.withPPCells(java.util.Collection<PPCell> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(PPCell ppCell) |
VisitorAction |
AbstractVisitor.visit(PPCell ppCell) |
Copyright © 2015 University of Tartu. All Rights Reserved.