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