Displaying 20 results from an estimated 300 matches similar to: "How to make a transaction class data?"
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
2009 Sep 25
1
if else and loop for code in R
I am using if else and loop to sortout the data set that is the values
less than o or more than 100 will be chosen.I could not get outTable
with loop.
Please help me to correct the code:
I USED:
# Read
a_data <- read.table("D:/SNP/copy.sas", header=T, sep="\t")
tr <- a_data$truck
ca <- a_data$cars
length <- nrow(a_data)
outTable <- matrix(nrow=length,ncol=3)
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 =
2003 Apr 26
1
predict/residual
I am having trouble understanding the way naresid is used when using
predict/residual in a new data frame.
>From the example below, the NAs are displayed when predicting inside the
original frame, but are dropped when applied to a new frame.
ultimately I need to cbind the residuals and predictions to a dataframe.
Any help would be appreciated. Thanks in advance.
>
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:
2001 Oct 22
1
No subject
Dear all,
I may have overlooked something but the following piece of code causes me
trouble:
> a_data.frame(1:4)
> a
X1.4
1 1
2 2
3 3
4 4
> apply(a,2,cat)
1 2 3 4Error in ans[[1]] : subscript out of bounds
> apply(a,1,cat)
1234NULL
Is this the fact my data.frame has only one dimension ?
(and do I forget somewhere (but where ?) to specify not to 'drop'
2002 May 01
1
compiling R-1.5.0, package methods, on Solaris 5.7
Compiling package methods, R-1.5.0, on Solaris 5.7 failed (output below)
for me with
- gcc-2.95.3, perl-5.005_03
and also
- gcc-3.0.4, perl-5.6.1
Any ideas a) what the problem is or even better b) how to solve it?
Uwe Ligges
===================================
[...]
building package 'methods'
../../../library/methods/man/methods.Rd is unchanged
making do_substitute_direct.d from
2014 Dec 10
2
[LLVMdev] NEON intrinsics preventing redundant load optimization?
On 9 Dec 2014, at 02:20, Jim Grosbach <grosbach at apple.com> wrote:
>> On Dec 8, 2014, at 1:05 AM, Simon Taylor <simontaylor1 at ntlworld.com> wrote:
>>
>> On 8 Dec 2014, at 00:13, Renato Golin <renato.golin at linaro.org> wrote:
>>
>>> On 7 December 2014 at 19:15, Simon Taylor <simontaylor1 at ntlworld.com> wrote:
>>>> Is
2006 May 18
5
Overriding default DELETE behavior with logical deletes
Hello!
I am trying to figure out how to implement *logical deletes* instead of
physical deletes using ActiveRecord. Basically, in many applications
that deal with E-Commerce, you really can''t physically delete almost
anything, because records must be kept for auditing and customer service
tracking purposes.
In the past, I''ve implemented logical deletes as follows:
1.
2010 Jul 22
1
Updating a Data Frame
Hi,
I have a global data-frame in my R script.
At some point in my script, I want to update certain columns of this
data-frame by calling in an update function.
The function looks like this:
# get events data. This populates a global event data frame in the R-script
events <- getEvents(con, eventsFilePath)
# events has columns eventid, timeStamp, isSynchronized, timeDiff; with
millions of
2009 Aug 20
1
what is RAID "background initialization" ??
we have DELL server (CENTOS 4.X) with MD1000 connect on it. One of Raid5 (internal 4 disks) has hard disk bad and I replace it. I saw /var/log/messages have following entry:
=======================================
Aug 18 15:33:20 host1 Server Administrator: Storage Service EventID: 2049 Array disk removed: Array Disk 0:11 Controller 1, Connector 0
Aug 18 15:34:09 host1 Server Administrator:
2017 Jan 24
4
Security Principals, and SID's mapping bug
Hai,
Does anyone know more if this is adressed or point me to the bug report?
There should be one, but i cant find it.
Im finding the following again, tested with samba 4.4.5, now samba 4.5.3.
These reports go back to the year 2013.
I searched in my mail samba folder for S-1-5-18
The problem.
I create a "computer" Scheduled task.
Now this task MUST run as : SYSTEM (S-1-5-18)
2010 Jul 20
1
Error using sqldf
Hi,
I am running a query using sqldf() [package : sqldf]. The query is:-
userid <- 5
taskid <- 5
tab1 <- fn$sqldf("SELECT tobiiEvents.data1, tobiiEvents.data2,
events.`timestamp` as tobiiTime
FROM tobiiEvents
INNER JOIN events ON events.eventid = tobiiEvents.eventid
WHERE tobiiEvents.subtype = 'MOUSE' AND tobiiEvents.userid = 5 AND
tobiiEvents.taskid = 5
ORDER BY
2010 Dec 09
1
PERC 6/E continue switch between "write though" and "write back"????
We have several DELL R900 server with PERC 6/E adapter in it. O.S. is CENTOS 5.5. recently one of server continue pop-up messages on /var/log/message for switch status between "write back" and "write through".
==============================
Dec 6 08:09:31 host01 Server Administrator: Storage Service EventID: 2189 The controller write policy has been changed to Write Back.:
2017 Oct 01
2
XP auto enrollment error; TEMP profile
On 10/01/2017 03:06 PM, Achim Gottinger via samba wrote:
> Seems to be an old problem
>
> http://www.eventid.net/display-eventid-15-source-AutoEnrollment-eventno-1397-phase-1.htm
I found that one.
I googled my tail end off. Every solution others came up with did not
work for me.
2019 Jul 26
4
GPO issues - getting SYSVOL cleaned up again
new thread, old issue
been fiddling off-list with tips from Louis over the last days, and
putting it back to the list to ask for help from others:
2 samba-4.9.11 DCs
1 samba-4.8.12 DM file server
GPOs not working cleanly anymore
tried to resync completely etc etc
-
right now I test gpupdate/gpresult on an older (not productive) W2008R2
server which I use for editing stuff via RSAT/MMC
I
2016 Apr 14
4
Permission denied on GPT.ini (Event ID 1058)
I hate 'me too' replies - but I have also been struggling with this for
some years in my multi-DC environment. (yes, replicated sysvol via lsyncd +
rsync; permissions looked identical via getfacl last time I checked).
Sometimes a client machine will run gpupdate just fine; other times it will
fail, seemingly randomly.
My next step was going to be to run wireshark on a client machine to
2009 Aug 04
6
[Q} how can O.S. predicate a disk going to failure??
we have CENTOS 4.X on DELL server and one one of virtual disk include 4 disk configure as REID5 (one more disk for hot spare). I saw /var/log/messages file have:
Aug 4 06:27:02 host1 Server Administrator: Storage Service EventID: 2094 Predictive Failure reported: Physical Disk 1:5 Controller 0, Connector 1
Aug 4 06:27:02 host1 Server Administrator: Storage Service EventID: 2051 Physical
2016 Mar 29
5
Permission denied on GPT.ini (Event ID 1058)
Complete event id of :
> But still, events log show a warning about kerberos ticket from LsaSrv
> source and right after a permission denied on GPT.ini
And a getfacl of the problem GPO SID please, i'll check.
And a output of ipconfig /all on the problem pc.
And question, dedicated IP or dhcp IP?
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba