Skip to content

Instantly share code, notes, and snippets.

@revodavid
Created January 30, 2019 12:37
Show Gist options
  • Save revodavid/c4f34cc635708531bd62cc3d26ab62a2 to your computer and use it in GitHub Desktop.
Save revodavid/c4f34cc635708531bd62cc3d26ab62a2 to your computer and use it in GitHub Desktop.
# Get frequent sequences and corresponding support values
s1 <- cspade(trans_matrix, parameter = list(support = 0.3), control = list(verbose = TRUE))
s1.df <- as(s1, "data.frame")
summary(s1)
@priyastini
Copy link

hey can you help me, i got this error

preprocessing ...Error in makebin(data, file) : 'eid' invalid (strict order)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment