Displaying 6 results from an estimated 6 matches similar to: "cspade error"
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(support = 0.4), control = list(verbose = TRUE)) :
system
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.
Thank to everybody
--
View this message in context:
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 =
2012 Jun 01
1
How to make a transaction class data?
Hi,
I have encounter a problem that my data a_data.frame is of data.frame 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
2018 Mar 30
0
Wine release 3.5
The Wine development release 3.5 is now available.
What's new in this release (see below for details):
- More Vulkan support, including the vulkan-1 loader.
- Support for RSA and ECDSA cryptographic keys.
- Improved manifest file parser.
- Support for the Places toolbar in file dialogs.
- Various bug fixes.
The source is available from the following locations:
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