| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected 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(Integer value) |
PCell |
PCell.withExtensions(Collection<Extension> values) |
PCell |
PCell.withExtensions(Extension... values) |
PCell |
PCell.withParameterName(String value) |
PCell |
PCell.withTargetCategory(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<PCell> |
ParamMatrix.getPCells()
Gets the value of the pCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PCell pCell) |
VisitorAction |
AbstractVisitor.visit(PCell pCell) |
VisitorAction |
AbstractSimpleVisitor.visit(PCell pCell) |
ParamMatrix |
ParamMatrix.withPCells(PCell... values) |
| Modifier and Type | Method and Description |
|---|---|
ParamMatrix |
ParamMatrix.withPCells(Collection<PCell> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.