| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
DataFrame.Internal.Simplify
Documentation
simplifyPredicatePair :: Columnable a => Bool -> Expr a -> Expr a -> Maybe (Expr a) Source #
Path-condition entailment (for fitted-tree pruning)
factTrue :: Expr Bool -> Maybe PredFact Source #
The fact a branch's true edge establishes (the condition holds).