Skip to content

Commit 0728ba9

Browse files
committed
minor
1 parent c333d5c commit 0728ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/evaluate.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ function evaluaterule(
322322
classmask = (Y .== outcome(consequent(rule)))
323323
checkmask, explanations = begin
324324
if compute_explanations
325+
# Note: This is kind of quick and dirty.
325326
disjs = SoleLogics.disjuncts(SoleLogics.LeftmostDisjunctiveForm(antecedent(rule)))
326327
checkmatrix = hcat([check(disj, X; kwargs...) for disj in disjs]...)
327328
# @show checkmatrix

0 commit comments

Comments
 (0)