Uses of Class
org.dmg.pmml.MatCell
-
Packages that use MatCell Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of MatCell in org.dmg.pmml
Methods in org.dmg.pmml that return MatCell Modifier and Type Method Description MatCellObjectFactory. createMatCell()Create an instance ofMatCellMatCellMatCell. setCol(java.lang.Integer col)MatCellMatCell. setRow(java.lang.Integer row)MatCellMatCell. setValue(java.lang.Object value)Methods in org.dmg.pmml that return types with arguments of type MatCell Modifier and Type Method Description java.util.List<MatCell>Matrix. getMatCells()java.util.List<MatCell>Matrix. requireMatCells()Methods in org.dmg.pmml with parameters of type MatCell Modifier and Type Method Description MatrixMatrix. addMatCells(MatCell... matCells)VisitorActionVisitor. visit(MatCell matCell) -
Uses of MatCell in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type MatCell Modifier and Type Method Description VisitorActionAbstractVisitor. visit(MatCell matCell)
-