Uses of Class
weka.core.pmml.jaxbbindings.SimpleSetPredicate
Packages that use SimpleSetPredicate
-
Uses of SimpleSetPredicate in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return SimpleSetPredicateModifier and TypeMethodDescriptionObjectFactory.createSimpleSetPredicate()
Create an instance ofSimpleSetPredicate
Attribute.getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property.CompoundRule.getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property.Segment.getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property.SimpleRule.getSimpleSetPredicate()
Gets the value of the simpleSetPredicate property.Methods in weka.core.pmml.jaxbbindings with parameters of type SimpleSetPredicateModifier and TypeMethodDescriptionvoid
Attribute.setSimpleSetPredicate
(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.void
CompoundRule.setSimpleSetPredicate
(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.void
Segment.setSimpleSetPredicate
(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.void
SimpleRule.setSimpleSetPredicate
(SimpleSetPredicate value) Sets the value of the simpleSetPredicate property.