Skip to content

Instantly share code, notes, and snippets.

@revodavid
Created January 30, 2019 12:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save revodavid/2e36687f6e1d9c962103560e9f638680 to your computer and use it in GitHub Desktop.
Save revodavid/2e36687f6e1d9c962103560e9f638680 to your computer and use it in GitHub Desktop.
# Get induced temporal rules from frequent itemsets
r1 <- as(ruleInduction(s1, confidence = 0.5, control = list(verbose = TRUE)), "data.frame")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment