Uses of Class
weka.core.pmml.jaxbbindings.CompoundPredicate
Packages that use CompoundPredicate
-
Uses of CompoundPredicate in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return CompoundPredicateModifier and TypeMethodDescriptionObjectFactory.createCompoundPredicate()Create an instance ofCompoundPredicateAttribute.getCompoundPredicate()Gets the value of the compoundPredicate property.CompoundRule.getCompoundPredicate()Gets the value of the compoundPredicate property.Segment.getCompoundPredicate()Gets the value of the compoundPredicate property.SimpleRule.getCompoundPredicate()Gets the value of the compoundPredicate property.Methods in weka.core.pmml.jaxbbindings with parameters of type CompoundPredicateModifier and TypeMethodDescriptionvoidAttribute.setCompoundPredicate(CompoundPredicate value) Sets the value of the compoundPredicate property.voidCompoundRule.setCompoundPredicate(CompoundPredicate value) Sets the value of the compoundPredicate property.voidSegment.setCompoundPredicate(CompoundPredicate value) Sets the value of the compoundPredicate property.voidSimpleRule.setCompoundPredicate(CompoundPredicate value) Sets the value of the compoundPredicate property.