| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<PCovCell> |
PCovMatrix.pCovCells |
| Modifier and Type | Method and Description |
|---|---|
PCovCell |
ObjectFactory.createPCovCell()
Create an instance of
PCovCell |
PCovCell |
PCovCell.withExtensions(java.util.Collection<Extension> values) |
PCovCell |
PCovCell.withExtensions(Extension... values) |
PCovCell |
PCovCell.withPCol(java.lang.String value) |
PCovCell |
PCovCell.withPRow(java.lang.String value) |
PCovCell |
PCovCell.withTargetCategory(java.lang.String value) |
PCovCell |
PCovCell.withTCol(java.lang.String value) |
PCovCell |
PCovCell.withTRow(java.lang.String value) |
PCovCell |
PCovCell.withValue(double value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PCovCell> |
PCovMatrix.getPCovCells()
Gets the value of the pCovCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PCovCell pCovCell) |
PCovMatrix |
PCovMatrix.withPCovCells(PCovCell... values) |
| Modifier and Type | Method and Description |
|---|---|
PCovMatrix |
PCovMatrix.withPCovCells(java.util.Collection<PCovCell> values) |
| Constructor and Description |
|---|
PCovMatrix(java.util.List<PCovCell> pCovCells) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(PCovCell pCovCell) |
VisitorAction |
AbstractVisitor.visit(PCovCell pCovCell) |
Copyright © 2015 University of Tartu. All Rights Reserved.