We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c333d5c commit 0728ba9Copy full SHA for 0728ba9
src/evaluate.jl
@@ -322,6 +322,7 @@ function evaluaterule(
322
classmask = (Y .== outcome(consequent(rule)))
323
checkmask, explanations = begin
324
if compute_explanations
325
+ # Note: This is kind of quick and dirty.
326
disjs = SoleLogics.disjuncts(SoleLogics.LeftmostDisjunctiveForm(antecedent(rule)))
327
checkmatrix = hcat([check(disj, X; kwargs...) for disj in disjs]...)
328
# @show checkmatrix
0 commit comments