| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PCell> |
ParamMatrix.pCells |
| Modifier and Type | Method and Description |
|---|---|
PCell |
ObjectFactory.createPCell()
Create an instance of
PCell |
PCell |
PCell.withBeta(double value) |
PCell |
PCell.withDf(java.lang.Integer value) |
PCell |
PCell.withExtensions(java.util.Collection<Extension> values) |
PCell |
PCell.withExtensions(Extension... values) |
PCell |
PCell.withParameterName(java.lang.String value) |
PCell |
PCell.withTargetCategory(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PCell> |
ParamMatrix.getPCells()
Gets the value of the pCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PCell pCell) |
ParamMatrix |
ParamMatrix.withPCells(PCell... values) |
| Modifier and Type | Method and Description |
|---|---|
ParamMatrix |
ParamMatrix.withPCells(java.util.Collection<PCell> values) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(PCell pCell) |
VisitorAction |
AbstractVisitor.visit(PCell pCell) |
Copyright © 2015 University of Tartu. All Rights Reserved.