search for: cspade

Displaying 4 results from an estimated 4 matches for "cspade".

Did you mean: spade
2011 Aug 28
2
cspade error
Hi, I'm using the cspade function from the arulesSequences package on linux and keep getting the error: "Error in makebin(data, file) : 'sid' invalid" any information on how to solve this would be much appreciated. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/cspade-error-t...
2012 Apr 04
2
CSPADE error: system invocation error
Hi, I am trying to use the CSPADE function as part of the ArulesSequences package. When running with my own data I get a system invocation error, and also get the same when running the built in example with the zaki data: > example(cspade) And get the following error: preprocessing ...Error in cspade(zaki, parameter = list(su...
2012 Jun 04
0
cSpade sequenceID
hi I have any problems with cspade; I convert my columns in factor, and then I coerce my data frame in transaction; but when I want do the cspade exit this message: slot transactionInfo: missing 'sequenceID' or 'eventID So I ask to everybody: "somebody help me?" because i tried everything without results. T...
2012 Jul 10
1
info about R arulesSequences
Hi all, I'm new with R, recently I began to use the package "arulesSequences" but the algorithm cspade give me this error: Error en makebin(data, file) : 'sid' invalid when I did executed this script, x = read_baskets("transactions.basket",sep=",",info=c( "eventID", "sequenceID","SIZE")) s <- cspade(x, parameter = list(support = 0.1))...