autodeployai / pmml4s

PMML scoring library for Scala
https://www.pmml4s.org/
Apache License 2.0
58 stars 9 forks source link

Made attributes of CompoundPredicate accessible #20

Closed mathieu closed 2 years ago

mathieu commented 2 years ago

fixes #19

I wonder if the construction to compare the CompoundPredicate.BooleanOperator : CompoundPredicate.BooleanOperator$.MODULE$.and() could be simplified ?

scorebot commented 2 years ago

Cool. You can use CompoundPredicate.BooleanOperator.and() directly.