search for: lle

Displaying 20 results from an estimated 40 matches for "lle".

Did you mean: le
2011 Jul 20
3
Grouping columns
...bs_id,b2$umweltkompartiment,length) > b1_3<-tapply(b3$betriebs_id,b3$umweltkompartiment,length) > > #Verbinden der Ergebnisse > b11<-rbind(b1_1,b1_2,b1_3) > Gesamt<-apply(X=b11,MARGIN=1, sum) > b13<-cbind(Gesamt,b11) > b13 Gesamt Abwasser Boden Gef?hrliche Abf?lle Luft nicht gef?hrliche Abf?lle Wasser b1_1 9832 432 18 3147 2839 1592 1804 b1_2 10271 413 28 3360 2920 1715 1835 b1_3 9983 404 21 3405 2741 1691 1721 *Now...
2015 Nov 03
2
Loop Load Elimination - RAR forward deps
Hi Adam, I'm looking into your LLE pass in order to remove the RAR dependency from GVN, and I've hit a problem that might need some more thinking. I've modified your patch to cope with both kinds of dependencies in the ForwardingCandidate class, but the way the pass gathers informations only brings RAW dependencies: co...
2015 Nov 02
4
Prefixing DEBUG messages with DEBUG_TYPE (was re: [PATCH] D13259: LLE 6/6: Add LoopLoadElimination pass)
...-dev at lists.llvm.org> > To: "Daniel Berlin" <dberlin at dberlin.org> > Cc: "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Monday, November 2, 2015 1:16:18 PM > Subject: Re: [llvm-dev] Prefixing DEBUG messages with DEBUG_TYPE (was re: [PATCH] D13259: LLE 6/6: Add > LoopLoadElimination pass) > > To ask a basic question first: Why do we need prefixes at all? Are > the messages that likely to be confused? As far as I understand this > case it was only mentioned because of inconsistent prefix/no-prefix > use, there was no indication...
2015 Nov 02
2
Prefixing DEBUG messages with DEBUG_TYPE (was re: [PATCH] D13259: LLE 6/6: Add LoopLoadElimination pass)
...to fix this, and just have the DEBUG macros output the debug type in front of messages if that's what folks want. Of course, it turns out you can't just make the DEBUG macro do something here, because people use it for more than just outputting messages. My thought was to just bite the bullet and make a DEBUG_MSG macro that outputs the DEBUG_TYPE, and replace the appropriate existing uses of DEBUG(dbgs() <<) with it. Something like #define DEBUG_MSG_WITH_TYPE(t, x) DEBUG_WITH_TYPE(t, dbgs() << t <<":" << x;) #define DEBUG_MSG(x) DEBUG_MSG_WITH_TYPE(DE...
2007 May 01
1
Possible problem with S4 dispatch
...tMethod both find the method. Here is an example browser session: ## Input 1, a character vector Browse[1]> gN[1:3] [1] "1005_at" "1007_s_at" "1008_f_at" ## Input 2, an object of class AtomicAnnMap (subclass of AnnMap) Browse[1]> class(LLe) [1] "AtomicAnnMap" attr(,"package") [1] "AnnotationDbi" ## See what selectMethod has to say (it finds the method I'm expecting) Browse[1]> selectMethod("mget", signature(x="character", envir=class(LLe))) Method D...
2006 Sep 11
3
Export data
Hi there, I would like to write a data output. In first time, a data frame (called "res") is written in a file *csv such as: A B C # names of data 1.5 4.5 7 # values So I use "write.table" which prints "res" to a file "file.csv" write.table(res,file="file.csv",sep="",row.names=TRUE,col.names=TRUE,eol =...
2008 Mar 31
1
Reorder the x-axis using lattice
Dear list, Is there a way to reorder the xaxis using lattice. Using the following data, the x-axis is ordered as BP GH MH PF RE RP SF VT but I would like the x-axis to be ordered as PF RP BP GH VT SF RE MH. Kön Skalor Tillfälle Medelvärde 1 Kvinnor BP 1-inskrivning 36.45283 2 Kvinnor GH 1-inskrivning 38.62255 3 Kvinnor MH 1-inskrivning 62.88889 4 Kvinnor PF 1-inskrivning 39.80710 5 Kvinnor RE 1-inskrivning 41.50943 6 Kvinnor RP 1-inskrivning 22.22222 7 Kvinnor SF 1-inskrivnin...
2019 May 21
1
Patch to replace "his" in Writing R Extensions
...t;his", one to refer to the R package user, another to refer to the R package author. Folks in these two groups are not all men, so I suggest changing the word to "their" to make it gender-neutral. Attached is a patch for your consideration. Thanks for your time, best regards, Ma?lle. -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.diff Type: text/x-patch Size: 1306 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20190521/9d3f60c0/attachment.bin>
2003 Dec 11
2
cwRsync 2.5.7
Tevfik On Tuesday 09 Dec 2003 18:13, Tevfik Karag?lle wrote: > I would also like to inform that I updated my cwRsync package with the > latest rsync binary (2.5.7). http://itefix.no/cwrsync I have tried your rsync 2.5.7 in cygwin under Windows 2000, synchronising to a windows share on an unknown (probably Windows) file server. Sorry to report...
2007 Mar 13
5
can´t access share by name, but on ip
...pport this version.. (something with their filesystem) any suggestions ? i dont thin it it s a dns/host/netbios problem ! sincerly Johnny _________________________________________________________________ Prova Live.com - din snabba, personliga hemsida med allt du kan ?nska dig p? ett enda st?lle. http://www.live.com/getstarted
2003 Sep 30
3
higher ascii characaters in smbusers, success!
...question, but in writing i thought of things that finally led me to the solution. This i wanted to share with the community in case it can help. Sorry if this is a FAQ, but I had no luck searching for it. I have a working Samba 2.2.5 installation on SuSE8.1. I have two users on a windows client called Torge (that's me) and Ga&ediaresis;lle (interpreted as HTML special character) You could also write Ga\"elle (TeX convention), but fact is: there is a higher ascii character in the name, that i prefer not to get rid of. I have users for the same two persons on the server called: toh a...
2010 Feb 14
1
Dimensional reduction package
Is there any R package which implements non-linear dimensionality reduction (LLE, ISOMAP, GTM, and so on) and/or intrinsic dimensionality estimation ? Thank you, Maura tutti i telefonini TIM! [[alternative HTML version deleted]]
2002 Sep 20
2
updating smb.conf during Samba is working
....conf during the samba server is still working. And it should take affect this updates without restarting the server. Sometimes it works, sometimes after long waiting, sometimes it does not take affect. Is there some options to set, or do you know another solution ? Thank you Greetings Markus R?lle
2007 Mar 14
0
RE: Re: can´t access share by name, but on ip
...dont thin it it s a> > dns/host/netbios problem !> >> > sincerly> >> > Johnny> > _________________________________________________________________> > Prova Live.com - din snabba, personliga hemsida med allt du kan ?nska dig> > p?> > ett enda st?lle.> > http://www.live.com/getstarted--> > To unsubscribe from this list go to the following URL and read the> > instructions: https://lists.samba.org/mailman/listinfo/samba> >> >> >> > --> > To unsubscribe from this list go to the following URL and read...
2017 Nov 07
0
FW: Time Series
Hello! What is the error message, please? At first glance, you are using the "ts" function. That doesn't work for hourly frequency. You may want to create a zoo object. This is Round One. Sincerely, Erin On Tue, Nov 7, 2017 at 1:46 AM, Emre Karag?lle <karagullemre at gmail.com> wrote: > > Hi, > I would like to ask a question about time series. > I am trying to convert my data into time series data. > I have hourly data from ?2015-12-18 00:00? to ?2017-10-24 23:00? > I am trying the following codes but they are not worki...
2017 Nov 07
3
FW: Time Series
Hi, I would like to ask a question about time series. I am trying to convert my data into time series data. I have hourly data from ?2015-12-18 00:00? to ?2017-10-24 23:00? I am trying the following codes but they are not working. Could you help me out? tseri <- ts(data ,seq(from=as.POSIXct("2015-12-18 00:00:00"), to=as.POSIXct("2017-10-24 23:00:00"), by="hour"))
2017 Nov 07
0
Fwd: FW: Time Series
...=' and the values (or variables) you are passing go on the right of the '='. The zoo function is defined as zoo( x = NULL, order.by = index(x), etc ... ) In my example code I passed the variable 'mydata' to the parameter 'x' via zoo(x=mydata, order.by=times) If you called your local variable x then you can call zoo via zoo(x=x, order.by=whatever) # using the 'named parameters' approach or zoo(x, order.by=whatever) # where zoo will match the first argument to the first parameter in its definition. Hopefully this will help you understand why some of yo...
2006 Dec 30
2
Evaluating Entire Matlab code at a time
...ks something like: > > > res <- evaluate(matlab, "swissroll") > > Sending expression on the Matlab server to be evaluated...: 'swissroll' > Received an 'MatlabException' reply (-1) from the Matlab server: 'Undefined > function or variable 'lle'.' > Error in list("evaluate(matlab, "swissroll")" = <environment>, > "evaluate.Matlab(matlab, "swissroll")" = <environment>, : > > [2006-12-30 11:58:32] Exception: MatlabException: Undefined function or > variable 'l...
2001 Apr 05
1
No subject
...ent `lib' is missing: using C:/PROGRA~1/RW1022/library in: install.packages("C:/Program.Files/rw1022/library/multiv") 2: wget not found Can Someone tell me to install wget first and install multiv package to use it in R-Gui? Thanks a lot in advance for your help. Sincerely, Ga?lle -------------------------------------- Ga?lle ROUAULT INRA-Centre de Recherches d'Orl?ans Station de Zoologie Foresti?re avenue de la Pomme de Pin BP 20619 ARDON 45166 Olivet cedex FRANCE tel: 02 38 41 78 00 / poste 77 65 fax : 02 38 41 78 79 e-mail : rouault at orleans.inra.fr --------...
2007 May 02
5
Status of --ignorcase option in main tree/build?
Hi, I'm very interested in learning the status of the --ignorecase patch being included in the main tree... is there a reason it still isn't in there? For anyone who is forced to dealing with backing up windows boxes, this is a big problem, and I can't believe that it isn't affecting a lot of people... Or maybe there is a simple workaround? I'm trying to backup files