Displaying 4 results from an estimated 4 matches for "read_basket".
Did you mean:
read_baskets
2012 Apr 04
2
CSPADE error: system invocation error
...r I don't think this should happen with the example? Tried with support = 1e-10 anyway and the same error pops up.
I am running R 2.14.2 32-bit in Windows 7... but also downloaded 64-bit and the same error comes up. Have checked the package requirements and all seem to be okay. I have used the read_baskets function and it works fine.
Any help would be greatly appreciated
Regards
Sue
This e-mail, including attachments, is intended for the person(s) or company named and may contain confidential and/or legally privileged information. Unauthorised disclosure, copying or use of this information may b...
2012 Jun 01
1
How to make a transaction class data?
...e class
with columns: sequenceID, eventID, items.
when I convert it to transaction class:
as(a_data.frame, "transactions")
All columns are grouped together under items, which is like this:
{sequenceID, eventID, items}
instead of the right form: sequenceID, eventID, {items}
Also when i read_baskets, there is always an error: Error in readLines(con)
: 'con' is not a connection
Can anyone help me with the problem? Thanks very much!
--
View this message in context: http://r.789695.n4.nabble.com/How-to-make-a-transaction-class-data-tp4632114.html
Sent from the R help mailing list arch...
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-tp3774834p3774834.html
Sent from the R help mailing list archive at
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))
Error en makebin(data, file) : 'sid' invalid
the inputfile is:
322282,20100827,2,AA,BB
312980,20100622,3,CC,DD,EE
3...