Uses of Class
weka.core.pmml.jaxbbindings.CompoundPredicate
-
Uses of CompoundPredicate in weka.core.pmml.jaxbbindings
Modifier 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.Modifier 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.