| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
MatCell |
ObjectFactory.createMatCell()
Create an instance of
MatCell |
MatCell |
MatCell.setCol(Integer col) |
MatCell |
MatCell.setRow(Integer row) |
MatCell |
MatCell.setValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<MatCell> |
Matrix.getMatCells() |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.addMatCells(MatCell... matCells) |
VisitorAction |
Visitor.visit(MatCell matCell) |
| Constructor and Description |
|---|
Matrix(List<Array> arrays,
List<MatCell> matCells) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(MatCell matCell) |
Copyright © 2019 University of Tartu. All rights reserved.