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 ofCompoundPredicate
Attribute.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 TypeMethodDescriptionvoid
Attribute.setCompoundPredicate
(CompoundPredicate value) Sets the value of the compoundPredicate property.void
CompoundRule.setCompoundPredicate
(CompoundPredicate value) Sets the value of the compoundPredicate property.void
Segment.setCompoundPredicate
(CompoundPredicate value) Sets the value of the compoundPredicate property.void
SimpleRule.setCompoundPredicate
(CompoundPredicate value) Sets the value of the compoundPredicate property.