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