Skip to content

Commit

Permalink
Fixed maxlen.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed May 20, 2019
1 parent 7a087d3 commit feb887a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ ruleExplorer <- function(x, parameter = NULL) {
support = as.numeric(supp),
confidence = as.numeric(input$conf),
minlen = input$length[1],
maxlen = input$length[1]),
maxlen = input$length[2]),
control = list(verbose = TRUE))
quality(rules) <- interestMeasure(rules, transactions = dataset)

Expand Down

0 comments on commit feb887a

Please sign in to comment.