Skip to content

Commit

Permalink
Use long parameter names in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ngeiswei committed Aug 4, 2021
1 parent 1e703f6 commit f405b70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/miner/2-conjunct/2-conjunct.scm
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
;; (Variable "$X-1"))))
;;
(define results (cog-mine (list AB BC DE EF)
#:minsup 2
#:initpat (conjunct-pattern 2)
#:minimum-support 2
#:initial-pattern (conjunct-pattern 2)
#:conjunction-expansion #f
#:max-variables 4
#:maximum-variables 4
#:maximum-spcial-conjuncts 2
#:surprisingness 'none))

0 comments on commit f405b70

Please sign in to comment.