Uses of Class
org.dmg.pmml.general_regression.PPCell
-
Packages that use PPCell Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of PPCell in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PPCell Modifier and Type Method Description VisitorActionVisitor. visit(PPCell ppCell) -
Uses of PPCell in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return PPCell Modifier and Type Method Description PPCellPPCell. addExtensions(Extension... extensions)PPCellObjectFactory. createPPCell()Create an instance ofPPCellPPCellPPCell. setField(java.lang.String field)PPCellPPCell. setParameterName(java.lang.String parameterName)PPCellPPCell. setTargetCategory(java.lang.Object targetCategory)PPCellPPCell. setValue(java.lang.Object value)Methods in org.dmg.pmml.general_regression that return types with arguments of type PPCell Modifier and Type Method Description java.util.List<PPCell>PPMatrix. getPPCells()Methods in org.dmg.pmml.general_regression with parameters of type PPCell Modifier and Type Method Description PPMatrixPPMatrix. addPPCells(PPCell... ppCells) -
Uses of PPCell in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PPCell Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PPCell ppCell)VisitorActionActiveFieldFinder. visit(PPCell ppCell)
-