search for: small

Displaying 20 results from an estimated 36456 matches for "small".

Did you mean: shall
2008 Mar 13
1
sorting a data.frame by mean values of grouped data
...cannot see how to extend that. I have included the code to create the data.frame below and would greatly appreciate a solution or a link to a similar problem that has already been solved in the mailing list. Value Label Group 19 Big A 29 Big A 39 Big A 55 Small D 33 Small D 11 Small D 55 Small D 66 Small D 11 Small D 2 Big C 3 Big C 3 Big C 3 Big C 3 Big C 3 Big C 3 Big C 3 Small B 2 Small B 5 Small B...
2007 May 31
4
Aggregate to find majority level of a factor
I want to use the aggregate function to summarize data by a factor (my field plots), but I want the summary to be the majority level of another factor. For example, given the dataframe: Plot1 big Plot1 big Plot1 small Plot2 big Plot2 small Plot2 small Plot3 small Plot3 small Plot3 small My desired result would be: Plot1 big Plot2 small Plot3 small I can't seem to find a scalar function that will give me the majority level. Thanks in advance, Jonathan Thompson
2007 Dec 09
1
Formating and Mounting Partitions giving problems
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> </head> <body bgcolor="#ffffff" text="#000000"> <small>Hi <br> After the installation of </small><small>Windows and L</small><small>inux on my desktop.I partitioned the disk space under Windows and kept the partitions as raw.<br> Switched to Linux as Root,and viewed the disk </small><small>it showed th...
2012 Feb 28
9
[LLVMdev] Proposed implementation of N3333 hashing interfaces for LLVM (and possible libc++)
...not entirely certain. I'm still digging there. There are now a few hashing algorithms that do significantly better in both performance and hash quality: Murmur3, CityHash, and SpookyHash. Of these, CityHash and SpookyHash are significantly faster than Murmur3, both for large keys and for very small keys. My implementation is a variation of CityHash (the original isn't suitable for the interface) which is as high quality or higher quality, and happens to be still faster for large keys and no slower for small keys. SpookyHash is still faster for large keys, but is slower for small keys, an...
2007 Nov 30
1
rollapply on zoo object
...00 NA 84.70 58.170 5.434 33.20 1995-06-30 NA 30.033 14.66 59.40 NA 87.23 104.043 4.550 39.94 1996-06-29 NA 62.975 18.38 35.42 NA 80.49 98.322 7.020 42.51 ........ ........ (many many lines) I wrote a small function to group 625 firms into big firms and small firms: > size.portfolio function(data.row){ data.row <- data.row[,!is.na(data.row)] big <- colnames(data.row[,data.row > median(coredata(data.row))]) # names of big firms small <- colnames(data.row)[!(colnames(data.row) %...
2005 Nov 14
2
change some levels of a factor column in data frame according to a condition
...1 b 0.24368402 3 1 c -0.24958322 4 1 d -1.37577955 5 1 e -0.01713288 6 2 f -1.25203573 7 2 g -1.94348533 8 2 h -0.16041719 9 2 i -1.91572616 10 2 j -0.20256478 Now I would like to find for each level in crit1 the two smallest values of x and change the levels of crit2 to "small", so the result would look like this: crit1 crit2 x 1 1 small -1.06957692 2 1 b 0.24368402 3 1 c -0.24958322 4 1 small -1.37577955 5 1 e -0.01713288 6 2 f -1.2...
2007 Dec 27
2
Installation problems Cisco VPN Client
...tion is giving error for making module "</font><font size="-2">cisco_ipsec.ko".<br> Can any one help me out to resolve this :<br> <br> The whole stack trace of the installation after the extraction of the tar is as shown:<br> </font><small><small><small><small><small><font size="-2"><small><small><small><small><small><i><small>[root@XBox vpnclient]# ./vpn_install <br> Cisco Systems VPN Client Version 4.6.00 (0045) Linux Installer<br> Copy...
2003 Nov 16
3
Diablo 2
Hello, I have wine version 20031016 and I was so pleased that wine + diablo 2 LOD 1.10 + Battle.net actually worked !! But now when I want to enter battle.net (or any game that is) with the true game.exe (i.e. not the cracked one) the game gives me a segfault. I've tried --debugmsg +all but that didn't give me much to work with :/ Does anyone know what went wrong ?? It plays just
2011 Apr 07
1
Assigning a larger number of levels to a factor that has fewer levels
Hello! I have larger and a smaller data frame with 1 factor in each - it's the same factor: large.frame<-data.frame(myfactor=LETTERS[1:10]) small.frame<-data.frame(myfactor=LETTERS[c(9,7,5,3,1)]) levels(large.frame$myfactor) levels(small.frame$myfactor) table(large.frame$myfactor) table(small.frame$myfactor) myfactor h...
2012 Sep 11
2
Sort or Permutate
Dear all, I am having a struct that contains on the first column file names and on the second column a number which is a "rating" of the file on first column A small subset looks like that small      [,1]                                                                                                                                                                 [1,] "/storage/storage0/59Off.Rtable" [2,] "/storage/storage0/5912On.Rtable"...
2006 Jan 27
1
"Conditional" match?
I have two datasets, big and small. s_date<-c(?2005-12-02?, ?2005-12-01?, ?2004-11-02?,?2002-10-05?,?2000-12-15?) s_id<-c(?a?,?a?,?b?,?c?,?d?) b_date<- c(?2005-12-31?, ?2005-12-31?, ?2004-12-31?,?2002-10-05?,?2001-10-31?,?1999-12-31?) b_id<-c(?a?,?b?,?c?,?d?,?e?,?c?) small<-data.frame(date_=as.Date(s_date),id=s_id...
2023 Apr 30
1
[RFC PATCH net 2/3] virtio-net: allow usage of vrings smaller than MAX_SKB_FRAGS + 2
...+ MAX_SKB_FRAGS will always > > evaluate to false, leading to TX timeouts. > > > > This patch introduces a new variable, single_pkt_max_descs, that holds > > the max number of descriptors we may need to handle a single packet. > > > > This patch also detects the small vring during probe, blocks some > > features that can't be used with small vrings, and fails probe, > > leading to a reset and features re-negotiation. > > > > Features that can't be used with small vrings: > > GRO features (VIRTIO_NET_F_GUEST_*): > > Whe...
2008 Aug 21
1
[LLVMdev] code bloat example
Here's an example where llvm should probably be producing smaller code, its output is 700% larger than gcc. regehr at john-home:~/volatile/tmp11$ llvm-gcc -Os -w small.c -o small ; size small text data bss dec hex filename 6324 252 8 6584 19b8 small regehr at john-home:~/volatile/tmp11$ current-gcc -Os -w small.c -o sma...
2008 Jul 10
1
Different size with du and ls
...ren't working correctly on an OCFS2 filesystem. "df" shows approx. twice the size as there is on the volume. Here how I found out about this issue: - same dir(a few files more in OCFS but the files are ca. 12 kB in size), first on XFS second on the OCFS volume # du -ms /mnt/user/small/kl/ 439 /mnt/user/small/kl/ # du -ms ~wkw/data/user/small/kl/ 27 /web/wkw/data/user/small/kl/ - file size on OCFS2 # du -ks /mnt/user/small/11/11zzzzwa1.jpg 64 11zzzzwa1.jpg # ls -lh /mnt/user/small/11/11zzzzwa1.jpg 2,4K 11zzzzwa1.jpg - same file on XFS # ls -lh /data/user/small/11/11zzzzwa1.jp...
2017 Jan 02
2
[PATCH net 9/9] virtio-net: XDP support for small buffers
On 16-12-23 06:37 AM, Jason Wang wrote: > Commit f600b6905015 ("virtio_net: Add XDP support") leaves the case of > small receive buffer untouched. This will confuse the user who want to > set XDP but use small buffers. Other than forbid XDP in small buffer > mode, let's make it work. XDP then can only work at skb->data since > virtio-net create skbs during refill, this is sub optimal which could >...
2017 Jan 02
2
[PATCH net 9/9] virtio-net: XDP support for small buffers
On 16-12-23 06:37 AM, Jason Wang wrote: > Commit f600b6905015 ("virtio_net: Add XDP support") leaves the case of > small receive buffer untouched. This will confuse the user who want to > set XDP but use small buffers. Other than forbid XDP in small buffer > mode, let's make it work. XDP then can only work at skb->data since > virtio-net create skbs during refill, this is sub optimal which could >...
2016 Nov 17
3
[MC] Target-Independent Small Data Section Handling
...ased for the latest master commits, `check-all` test results match those of the upstream base. There is also a clang driver patch, extending PPC target support for the `-G` flag: https://reviews.llvm.org/D26345 And lld patch implementing the _SDA_BASE_ symbols and includes an end-to-end test for small data relocations: https://reviews.llvm.org/D26346 I don't have commit access either, so I could use some help with that when ready. Thanks, Jack > On 8 Nov 2016, at 07:21, Simon Dardis <Simon.Dardis at imgtec.com> wrote: > > Hi Jack, > > Thanks for working on this, I...
2017 Sep 21
0
List of occuring values
unique(x) will give you the distinct values in x. table(x) will give you the distrinct values and their frequencies as an array with dimnames. data.frame(table(x)) will give you a 2-column data.frame with the distinct values and their frequencies. > values <- c("Small", "Large", "Large", "Large") > unique(values) [1] "Small" "Large" > tblValues <- table(values) > tblValues values Large Small 3 1 > tblValues[tblValues > 2, drop=FALSE] values Large 3 > > dfValues <- data....
2016 Nov 18
0
[MC] Target-Independent Small Data Section Handling
----- Original Message ----- > From: "Jack Andersen via llvm-dev" <llvm-dev at lists.llvm.org> > To: "llvm-dev" <llvm-dev at lists.llvm.org> > Sent: Wednesday, November 16, 2016 10:39:53 PM > Subject: Re: [llvm-dev] [MC] Target-Independent Small Data Section Handling > > Just pinging this patch for review, particularly from PPC > maintainers: Hi Jack, thanks for working on this. I'll look at your patches next week. -Hal > > https://reviews.llvm.org/D26344 > > It's now rebased for the latest master commit...
2017 Jun 02
2
[PATCH] virtio_net: lower limit on buffer size
On Fri, Jun 02, 2017 at 12:34:57PM +0300, Sergei Shtylyov wrote: > Hello! > > On 6/2/2017 2:56 AM, Michael S. Tsirkin wrote: > > >commit d85b758f72b0 "virtio_net: fix support for small rings" > > Commit d85b758f72b0 ("virtio_net: fix support for small rings") > > >was supposed to increase the buffer size for small rings > >but had an unintentional side effect of decreasing > >it for large rings. This seems to break some setups - >...