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