Uses of Class
org.dmg.pmml.ROCGraph
-
Packages that use ROCGraph Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of ROCGraph in org.dmg.pmml
Methods in org.dmg.pmml that return ROCGraph Modifier and Type Method Description ROCGraphROCGraph. addExtensions(Extension... extensions)ROCGraphObjectFactory. createROCGraph()Create an instance ofROCGraphROCGraphROC. getROCGraph()ROCGraphROC. requireROCGraph()ROCGraphROCGraph. setBoundaryValues(BoundaryValues boundaryValues)ROCGraphROCGraph. setXCoordinates(XCoordinates xCoordinates)ROCGraphROCGraph. setYCoordinates(YCoordinates yCoordinates)Methods in org.dmg.pmml with parameters of type ROCGraph Modifier and Type Method Description ROCROC. setROCGraph(ROCGraph rocGraph)VisitorActionVisitor. visit(ROCGraph rocGraph)Constructors in org.dmg.pmml with parameters of type ROCGraph Constructor Description ROC(java.lang.String positiveTargetFieldValue, ROCGraph rocGraph) -
Uses of ROCGraph in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ROCGraph Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ROCGraph rocGraph)
-