| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected List<MatCell> |
Matrix.matCells |
| Modifier and Type | Method and Description |
|---|---|
MatCell |
ObjectFactory.createMatCell()
Create an instance of
MatCell |
MatCell |
MatCell.withCol(Integer value) |
MatCell |
MatCell.withRow(Integer value) |
MatCell |
MatCell.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<MatCell> |
Matrix.getMatCells()
Gets the value of the matCells property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(MatCell matCell) |
VisitorAction |
AbstractVisitor.visit(MatCell matCell) |
VisitorAction |
AbstractSimpleVisitor.visit(MatCell matCell) |
Matrix |
Matrix.withMatCells(MatCell... values) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.withMatCells(Collection<MatCell> values) |
Copyright © 2014 University of Tartu. All Rights Reserved.