Skip to content

Instantly share code, notes, and snippets.

@revodavid
Created January 30, 2019 12:38
# 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