search for: top10

Displaying 20 results from an estimated 21 matches for "top10".

Did you mean: tmp10
2012 Nov 28
3
filter data.frame with a vector
Hello together, i have a data.frame, which i want to filter with numbers in a vector. I have a vector (Top10) with these numbers: [1] 205 302 156 378 235 328 183 375 296 374 and i have a data.frame with a Column (CU_NO) with all my Customer numbers. How can i filter this data.frame, with the Numbers in my vector. this one doens't work: data_export_final<-data_export[(data_export$KD_NR==Top10),]...
2004 Dec 09
2
"sequence of factor settings"?
Hi, exist in any package a function which "work with sequences". Easy example 10 factors with 2 levels, are if i'm correct theoretical 2^10 "sequences" possible. But i have more than 2 levels and perhaps more than 10 factors and interested for the top10 "sequence's" with higehest freqs and wish to know which type of sequence it is. Many thanks for a starting point Christian
2013 Aug 12
1
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
...ose benchmarks whose compile time is significantly increased but without execution performance improvement. Furthermore, you can view top 10 compiler passes when compiling with Polly as follows: https://gist.github.com/tanstar/581bcea1e4e03498f935/raw/f6a4ec4e8565f7a7bbdb924cd59fcf145caac039/Polly-top10 >> Even without optimization and code generation, Polly also increases the compile time for some benchmarks. >> As shown on: >>      http://188.40.87.11:8000/db_default/v4/nts/29?compare_to=28&baseline=28 >> there are 10 benchmarks that require more than 10% extra compi...
2003 Sep 23
0
Rank and extract data from a series
Here's one way. Suppose your "time series" is in a vector called "x". top10 <- sort(x, decreasing=TRUE)[1:10] mean.index <- mean(which(x %in% top10)) HTH, Andy > -----Original Message----- > From: James Brown [mailto:jdb33 at hermes.cam.ac.uk] > Sent: Tuesday, September 23, 2003 7:51 AM > To: r-help at stat.math.ethz.ch > Subject: [R] Rank and extra...
2018 Jan 22
2
How to get the serialise score returned in Xapian::KeyMaker->operator().
>A possible workaround (and perhaps a better approach) would be to >set BoolWeight as the weighting scheme, then feed in your score as >a weight using a PostingSource. Then it's available via get_weight() >on the MSetIterator object: > >https://getting-started-with-xapian.readthedocs.io/en/latest/advanced/postingsource.html > >You may find that's faster because
2013 Aug 09
2
[LLVMdev] [Polly] Summary of some expensive compiler passes, especially PollyDependence
...Hi all, >>>> >>>> >>>> I have summarized the top 10 compiler passes for Polly when compiling LLVM test-ssuite. Results can be viewed on: >>>>       https://gist.github.com/tanstar/581bcea1e4e03498f935/raw/f6a4ec4e8565f7a7bbdb924cd59fcf145caac039/Polly-top10 >>>> >>>> >>>> Based on the comparison between "clang -O3" and "polly -O3" listed on: >>>>       http://188.40.87.11:8000/db_default/v4/nts/18?compare_to=14&baseline=14 >>> >>> Please compare against clang -O3...
2013 Aug 09
0
[LLVMdev] [Polly] Summary of some expensive compiler passes, especially PollyDependence
...>> >>>>> >>>>> I have summarized the top 10 compiler passes for Polly when compiling LLVM test-ssuite. Results can be viewed on: >>>>> https://gist.github.com/tanstar/581bcea1e4e03498f935/raw/f6a4ec4e8565f7a7bbdb924cd59fcf145caac039/Polly-top10 >>>>> >>>>> >>>>> Based on the comparison between "clang -O3" and "polly -O3" listed on: >>>>> http://188.40.87.11:8000/db_default/v4/nts/18?compare_to=14&baseline=14 >>>> >>>> Pl...
2019 Jan 31
1
nlminb with constraints failing on some platforms
...____________________________________ Please request Skype as available 5th Year FPM (Ph.D.) in Finance and Accounting Area Indian Institute of Management, Lucknow, (U.P.) 226013 India http://bit.ly/2A2PhD AEA Job profile : http://bit.ly/AEAamit FMA 2 page profile : http://bit.ly/FMApdf2p SSRN top10% downloaded since July 2017: http://ssrn.com/author=2665511 ________________________________________________________________________ On Thu, Jan 31, 2019 at 7:22 PM ProfJCNash <profjcnash at gmail.com> wrote: > This is not about the failure on some platforms, which is an important >...
2013 Aug 11
0
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
On 08/10/2013 06:59 PM, Star Tan wrote: > Hi all, > > I have evaluated Polly's performance on LLVM test-suite with latest LLVM (r188054) and Polly (r187981). Results can be viewed on: http://188.40.87.11:8000. Hi Star Tan, thanks for the update. > There are mainly five new tests and each test is run with 10 samples: > clang (run id = 27): clang -O3 > pollyBasic (run id =
2013 Aug 09
0
[LLVMdev] [Polly] Summary of some expensive compiler passes, especially PollyDependence
...e: >>> Hi all, >>> >>> >>> I have summarized the top 10 compiler passes for Polly when compiling LLVM test-ssuite. Results can be viewed on: >>> https://gist.github.com/tanstar/581bcea1e4e03498f935/raw/f6a4ec4e8565f7a7bbdb924cd59fcf145caac039/Polly-top10 >>> >>> >>> Based on the comparison between "clang -O3" and "polly -O3" listed on: >>> http://188.40.87.11:8000/db_default/v4/nts/18?compare_to=14&baseline=14 >> >> Please compare against clang -O3 -load LLVMPolly.so, oth...
2013 Aug 09
2
[LLVMdev] [Polly] Summary of some expensive compiler passes, especially PollyDependence
...:29 AM, Star Tan wrote: >> Hi all, >> >> >> I have summarized the top 10 compiler passes for Polly when compiling LLVM test-ssuite. Results can be viewed on: >>      https://gist.github.com/tanstar/581bcea1e4e03498f935/raw/f6a4ec4e8565f7a7bbdb924cd59fcf145caac039/Polly-top10 >> >> >> Based on the comparison between "clang -O3" and "polly -O3" listed on: >>      http://188.40.87.11:8000/db_default/v4/nts/18?compare_to=14&baseline=14 > >Please compare against clang -O3 -load LLVMPolly.so, otherwise  >especially the...
2013 Aug 11
2
[LLVMdev] [FastPolly]: Update of Polly's performance on LLVM test-suite
Hi all, I have evaluated Polly's performance on LLVM test-suite with latest LLVM (r188054) and Polly (r187981).  Results can be viewed on: http://188.40.87.11:8000. There are mainly five new tests and each test is run with 10 samples: clang (run id = 27):  clang -O3 pollyBasic (run id = 28):  clang -O3 -load LLVMPolly.so pollyNoGen (run id = 29):  pollycc -O3 -mllvm -polly-optimizer=none
2011 Oct 17
2
Quicken2011 won't work under wine 1.3.30 Why???
I have wine 1.3.25 and Quicken 2011 install in Ubuntu 10.10. When I upgrade to wine 1.3.30, via the Upgrade Utilities, Quicken no longer works. It comes up to the checkbook, turns gray and stays there. When I click the exit "x" ( upper right corner) a message says it is not responding and I must "crash out" of Quicken. I even tried an all NEW 1.3.30 install of wine using
2013 Aug 08
2
[LLVMdev] [Polly] Summary of some expensive compiler passes, especially PollyDependence
Hi all, I have summarized the top 10 compiler passes for Polly when compiling LLVM test-ssuite. Results can be viewed on: https://gist.github.com/tanstar/581bcea1e4e03498f935/raw/f6a4ec4e8565f7a7bbdb924cd59fcf145caac039/Polly-top10 Based on the comparison between "clang -O3" and "polly -O3" listed on: http://188.40.87.11:8000/db_default/v4/nts/18?compare_to=14&baseline=14 we can see Polly's compile-time overhead is mainly resulted by some expensive Polly passes such as PollyDependence, Poll...
2011 Oct 22
5
Wine will not open programs after updating to Ubuntu 11.10
WIne will not run programs for me after updating to Ubuntu 11.10. It just doesnt do anything when I click an .exe. I tried starting a program through a Terminal, it says this: Code: huntereb at Huntereb:~/Downloads$ wine DeSmuME.exe X Error of failed request: XF86VidModeExtensionDisabled Major opcode of failed request: 129 (XFree86-VidModeExtension) Minor opcode of failed request: 6
2013 Aug 08
0
[LLVMdev] [Polly] Summary of some expensive compiler passes, especially PollyDependence
On 08/08/2013 01:29 AM, Star Tan wrote: > Hi all, > > > I have summarized the top 10 compiler passes for Polly when compiling LLVM test-ssuite. Results can be viewed on: > https://gist.github.com/tanstar/581bcea1e4e03498f935/raw/f6a4ec4e8565f7a7bbdb924cd59fcf145caac039/Polly-top10 > > > Based on the comparison between "clang -O3" and "polly -O3" listed on: > http://188.40.87.11:8000/db_default/v4/nts/18?compare_to=14&baseline=14 Please compare against clang -O3 -load LLVMPolly.so, otherwise especially the compile time of the small b...
2008 Dec 05
5
Adding RAM
I have a server running Centos 4.7 32bit. Will moving from 4Gig of RAM to 8Gig do any good? Since its 32bit I assume it will only be able to address the first 4Gig not? When I installed CentOS I did not do anything special to enable using more then 4Gig if thats required. Exim, spamassassin and Clamd seem to be the biggest load on this machine. My biggest bottle neck is disk I/O anyway. Wish
2019 Jan 28
8
nlminb with constraints failing on some platforms
I've noticed unstable behavior of nlminb on some Linux systems. The problem can be reproduced by compiling R-3.5.2 using gcc-8.2 and running the following snippet: f <- function(x) sum( log(diff(x)^2+.01) + (x[1]-1)^2 ) opt <- nlminb(rep(0, 10), f, lower=-1, upper=3) xhat <- rep(1, 10) abs( opt$objective - f(xhat) ) < 1e-4 ## Must be TRUE The example works perfectly when
2003 Dec 01
0
No subject
...-Archive: http://lists.samba.org/pipermail/samba/ I'm having problems using the -c option when executing smbclient. Here's the exact syntax I use (with the exception of the actual password): rsh ftcsamba /usr/local/samba/bin/smbclient //peasee/public password -c "put /lsi/home/jmorse/top10.csv top10.csv" Now if I run this from the server (ftcsamba), it works fine, but with the rsh, it returns as if the syntax for 'put' is bad. put <filename> Any help is appreciated. Thanks... -- PC/UNIX Administrator LSI Logic - Ft. Collins, CO john.morse@lsil.com Return-Pat...
2009 Jan 11
35
SDXC and the future of ZFS
Wouldn''t it be great if the opensolaris community creates a fs fzfs (for flash zfs) that could be the the filesystem for SDXC cards? Two main point for this are already there Sun is a member of SD Card Association and the code writting smart on a flash should be there as well with stuff of l2arc. I think that could give the opensolaris a more visiblie/ markting in the IT space and would