Uses of Class
org.dmg.pmml.Decision
-
Packages that use Decision Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of Decision in org.dmg.pmml
Methods in org.dmg.pmml that return Decision Modifier and Type Method Description DecisionDecision. addExtensions(Extension... extensions)DecisionObjectFactory. createDecision()Create an instance ofDecisionDecisionDecision. setDescription(java.lang.String description)DecisionDecision. setDisplayValue(java.lang.String displayValue)DecisionDecision. setValue(java.lang.Object value)Methods in org.dmg.pmml that return types with arguments of type Decision Modifier and Type Method Description java.util.List<Decision>Decisions. getDecisions()java.util.Iterator<Decision>Decisions. iterator()java.util.List<Decision>Decisions. requireDecisions()Methods in org.dmg.pmml with parameters of type Decision Modifier and Type Method Description DecisionsDecisions. addDecisions(Decision... decisions)VisitorActionVisitor. visit(Decision decision)Constructor parameters in org.dmg.pmml with type arguments of type Decision Constructor Description Decisions(java.util.List<Decision> decisions) -
Uses of Decision in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Decision Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Decision decision)
-