search for: post4

Displaying 5 results from an estimated 5 matches for "post4".

Did you mean: post
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On 12 Feb 2014, at 14:58, "Hurricane Tong" <zhangshangtong.cpp at qq.com> wrote: > hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ `xapian-config --cxxflags --libs` BuildIndexDemo.cpp You want to use xapian-config-1.3 here, not xapian-config (which will be the installed version, not the trunk version you built). I've just built trunk (on Mac OS, admittedly),
2010 Aug 09
1
creating pdf of wireframe
...rot=30),ylab=list("p(num-N)", cex=.7, rot=-45),zlab=list("posterior", cex=.7, rot=90),col.regions=newcols(100), drape=TRUE,colorkey=TRUE, lwd=0.15, zoom=1, scales = list(z = list(distance = 0.5), x = list(distance = 0.5), y = list(distance = 0.5))); bottom.right <- wireframe(post4, xlab=list("p(adj-N)", cex=.7, rot=30),ylab=list("p(num-N)", cex=.7, rot=-45),zlab=list("posterior", cex=.7, rot=90),col.regions=newcols(100), drape=TRUE,colorkey=TRUE, lwd=0.15, zoom=1, scales = list(z = list(distance = 0.5), x = list(distance = 0.5), y = list(distanc...
2010 Aug 24
0
SAMR for paired samples
...lso, the options 'One Sample paired' is for testing the differences directly (d1, d2,...), I suppose. The source code is ***************************************** function() { library(samr) attach(proto_data) x <- cbind(pre1, pre2, pre3, pre4, pre5, ... post1, post2,post3,post4,post5, ....) y <- c(-(1:10),1:10) d <- list(x=x,y=y, geneid=array.id) samr.obj<-samr(d, resp.type="Two class paired", nperms=100) samr.plot(samr.obj) } ***************************************** Thank you HS
2007 Nov 19
2
login help - grouping records
I have a long list of posts posted on different days and many posts every day. I want them to arrange like following... Date1 ----- post1 post2 Date2 ----- post3 post4 post5 How can I (say) group them to appear all posts of one date under their related headng. Because records have so many different days, it is confusing me.. I need some generic solution. Thanks in advance. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------...
2014 Feb 13
2
A beginner in "Posting list encoding improvements"
...y_ what he's doing he should remove the distributions devel package to avoid hard-to-debug problems: sudo apt-get purge libxapian-dev > I've just built trunk (on Mac OS, admittedly), and your code compiled and linked fine, and when run created an empty database as expected. The code post4ed works fine on Debian/testing with the distributed devel packages as well. Cheers, RalfD . -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140213/1bac5368/attachment-0002.html>