| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.general_regression | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(PCovCell pCovCell) |
| Modifier and Type | Method and Description |
|---|---|
PCovCell |
PCovCell.addExtensions(Extension... extensions) |
PCovCell |
ObjectFactory.createPCovCell()
Create an instance of
PCovCell |
PCovCell |
PCovCell.setPCol(String pCol) |
PCovCell |
PCovCell.setPRow(String pRow) |
PCovCell |
PCovCell.setTargetCategory(Object targetCategory) |
PCovCell |
PCovCell.setTCol(String tCol) |
PCovCell |
PCovCell.setTRow(String tRow) |
PCovCell |
PCovCell.setValue(Number value) |
| Modifier and Type | Method and Description |
|---|---|
List<PCovCell> |
PCovMatrix.getPCovCells() |
List<PCovCell> |
PCovMatrix.requirePCovCells() |
| Modifier and Type | Method and Description |
|---|---|
PCovMatrix |
PCovMatrix.addPCovCells(PCovCell... pCovCells) |
| Constructor and Description |
|---|
PCovMatrix(List<PCovCell> pCovCells) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(PCovCell pCovCell) |
Copyright © 2022. All rights reserved.