Uses of Class
weka.core.pmml.jaxbbindings.SimplePredicate
Packages that use SimplePredicate
-
Uses of SimplePredicate in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return SimplePredicateModifier and TypeMethodDescriptionObjectFactory.createSimplePredicate()
Create an instance ofSimplePredicate
Attribute.getSimplePredicate()
Gets the value of the simplePredicate property.CompoundRule.getSimplePredicate()
Gets the value of the simplePredicate property.Segment.getSimplePredicate()
Gets the value of the simplePredicate property.SimpleRule.getSimplePredicate()
Gets the value of the simplePredicate property.Methods in weka.core.pmml.jaxbbindings with parameters of type SimplePredicateModifier and TypeMethodDescriptionvoid
Attribute.setSimplePredicate
(SimplePredicate value) Sets the value of the simplePredicate property.void
CompoundRule.setSimplePredicate
(SimplePredicate value) Sets the value of the simplePredicate property.void
Segment.setSimplePredicate
(SimplePredicate value) Sets the value of the simplePredicate property.void
SimpleRule.setSimplePredicate
(SimplePredicate value) Sets the value of the simplePredicate property.