search for: makebin

Displaying 5 results from an estimated 5 matches for "makebin".

Did you mean: makebins
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) : 's...
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 Nabble.com.
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...8 28325 0 0.00 28291 0 0.01 28291 LzxDecoder.ll 30 276485 0 0.03 276451 * * * machine.ll 15 88030 0 0.02 88000 0 0.01 88000 macroblock.ll 48 986275 0 0.09 986254 0 0.09 986254 MainAr.ll 2 33051 0 0.01 33015 0 0.01 33015 main.ll 1 30703 0 0.01 30678 0 0.01 30678 Main.ll 48 507074 2 0.05 503696 * * * makebins.ll 1 24004 0 0.01 23971 0 0.01 23971 makedent.ll 22 116629 0 0.02 116598 0 0.02 116246 make_dparser.ll 2 27868 0 0.01 27855 0 0.01 27855 make_graph.ll 14 58363 0 0.01 58343 0 0.01 57443 makegraph.ll 6 19891 0 0.01 19872 0 0.01 19872 makelink.ll 3 20866 0 0.01 20833 0 0.01 19918 makesite.ll 2 56296...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems