Uses of Class
org.dmg.pmml.general_regression.PCell
-
Packages that use PCell Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of PCell in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PCell Modifier and Type Method Description VisitorActionVisitor. visit(PCell pCell) -
Uses of PCell in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return PCell Modifier and Type Method Description PCellPCell. addExtensions(Extension... extensions)PCellObjectFactory. createPCell()Create an instance ofPCellPCellPCell. setBeta(java.lang.Number beta)PCellPCell. setDf(java.lang.Integer df)PCellPCell. setParameterName(java.lang.String parameterName)PCellPCell. setTargetCategory(java.lang.Object targetCategory)Methods in org.dmg.pmml.general_regression that return types with arguments of type PCell Modifier and Type Method Description java.util.List<PCell>ParamMatrix. getPCells()Methods in org.dmg.pmml.general_regression with parameters of type PCell Modifier and Type Method Description ParamMatrixParamMatrix. addPCells(PCell... pCells) -
Uses of PCell in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PCell Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PCell pCell)
-