Uses of Class
org.dmg.pmml.general_regression.PCovCell
-
Packages that use PCovCell Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of PCovCell in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PCovCell Modifier and Type Method Description VisitorActionVisitor. visit(PCovCell pCovCell) -
Uses of PCovCell in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return PCovCell Modifier and Type Method Description PCovCellPCovCell. addExtensions(Extension... extensions)PCovCellObjectFactory. createPCovCell()Create an instance ofPCovCellPCovCellPCovCell. setPCol(java.lang.String pCol)PCovCellPCovCell. setPRow(java.lang.String pRow)PCovCellPCovCell. setTargetCategory(java.lang.Object targetCategory)PCovCellPCovCell. setTCol(java.lang.String tCol)PCovCellPCovCell. setTRow(java.lang.String tRow)PCovCellPCovCell. setValue(java.lang.Number value)Methods in org.dmg.pmml.general_regression that return types with arguments of type PCovCell Modifier and Type Method Description java.util.List<PCovCell>PCovMatrix. getPCovCells()java.util.List<PCovCell>PCovMatrix. requirePCovCells()Methods in org.dmg.pmml.general_regression with parameters of type PCovCell Modifier and Type Method Description PCovMatrixPCovMatrix. addPCovCells(PCovCell... pCovCells)Constructor parameters in org.dmg.pmml.general_regression with type arguments of type PCovCell Constructor Description PCovMatrix(java.util.List<PCovCell> pCovCells) -
Uses of PCovCell in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PCovCell Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PCovCell pCovCell)
-