search for: pl2

Displaying 20 results from an estimated 25 matches for "pl2".

Did you mean: l2
2013 Mar 27
1
Need help as Pl2 tests not performing as expected
Hello guys. I just ran the updated tests for PL2 and they are not giving the mset order I expect.Now,the thing is, dfr's behavior is a bit hard to predict and so even if I expect a particular order ,it may give another order and still be correct.So,the only way to write correct tests for PL2 is to manually calculate the weight of the document...
2008 Mar 26
2
ggplot2 argument handling odd
Hello there, I'm trying to do lots of plots in one for-loop. But somehow ggplot does not evaluate arguments as expected. Here is an example: library(lattice) library(ggplot2) pl <- list() pl2 <- list() cDat <- as.data.frame(cbind(x1=0:100,x2=0:10,x3=1:20)) for(obs in c("x1", "x2")) { pl[[obs]] <- xyplot(cDat[,obs] ~ cDat[,"x3"], main=obs) pl2[[obs]] <- qplot(cDat[,"x3"], cDat[,obs], main=obs) } The pl list contains finally my desi...
2013 Mar 27
0
Major Mistake in pL2 tests in the pull request
Hello guys.I just realized that Ive not set the weighting scheme to PL2 in the tests for PL2 and so a default weighting scheme of BM25 is used. I am extremely sorry for this and am updating the tests by setting the weighting scheme to PL2. -Regards -Aarsh -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/piperm...
2013 Jul 01
1
Weird problem with PL2 tests
Hi olly, I rewrote the test for PL2 after adding code to deal with negative weights. It passes on all backends other than inmemory . I see a different value of weight for inmemory backend. The code to calculate the lower bound is implemented in init().Please can I get some help with this ? -Regards -Aarsh -------------- next part --...
2013 Mar 25
0
Added feature tests to the PL2 pull request
Hello guys.I have added various tests to the PL2 pull request.They are working fine. Have also added PL2 to the registry and to the java and csharp makefiles.Please do let me know what you'll think.Other than the collection frequency problem discussed on IRC, it is ready.Am now beginning work on adding code and tests for DPH to the same branc...
2013 Mar 11
1
Implementation of the PL2 weighting scheme of the DFR Framework
Hello guys.I am working on implementing the PL2 weighting scheme of the DFR framework by Gianni Amati. It uses the Poisson approximation of the Binomial as the probabilistic model (P), the Laplace law of succession to calculate the after effect of sampling or the risk gain (L) and within document frequency normalization H2(2) (as proposed by Am...
2008 Nov 11
1
Retrieving x argument name from a trellis object in R 2.8.0
...xyplot() without arguments. Something like xyplot(x=plot1) doesn?t work either. Again we have that pl1$call is equal to xyplot() without arguments The situation is slightly different if we call the xyplot in the global environment: > plot1 <- 1:10~1:10 > pl1 <- xyplot(plot1) > pl2 <- xyplot(x=plot1) then we have > pl1$call xyplot(plot1) > pl1$call$x NULL but at least > pl2$call xyplot(x = plot1) > pl2$call$x plot1 Someone knows if in R 2.8.0 it is possible to retrieve the name of the x argument (i.e. plot1) directly from an object of class ?trellis? when...
2010 Aug 25
5
lattice help required
...## library(lattice) y1 <- rnorm(100,100,10) y2 <- rnorm(100,10,1) facs<-expand.grid(Sites=rep(c("Site I","Site II"),25),Treatment=c("A","B")) pl1<-dotplot(y1 ~ facs$Treatment|facs$Sites, scales = list(x = list(rot = 90, tck=c(1,0)))) pl2<-dotplot(y2 ~ facs$Treatment|facs$Sites, scales = list(x = list(rot = 90, tck=c(1,0)))) print(pl1, split=c(1,2,1,2), more=TRUE) print(pl2, split=c(1,1,1,2)) ##################################################################### but as said, ideally the plots should be stacked with...
2000 Dec 23
1
OpenSSH-2.3.0p1 patch for yet another F-secure version
Hi, Here's a problem in openssh, some logs, and a very minor patch that cures this: Issue: (open)ssh client WILL NOT talk to F secure SSH-2.0-2.1.0pl2 client S/W version: openssh-2.3.0p1 client O/S version: SunOS 5.7 Generic_106541-11 sun4u sparc server S/W version: SSH-2.0-2.1.0pl2 server O/S version: SunOS 5.7 Generic_106541-11 sun4u sparc Log/Details: : % telnet <mymachine> 22 : Trying xx.xx.xx.xx... : Connected to sd099001. : Escap...
2006 Oct 24
1
[ggplot] trouble with ggabline and log-log-plots
...h the help of ggabline which does not work. The code is pl1 <- qplot(correlFunc, correlFunc.ref, data=all, log=c("xy")) pl1 <- ggabline(pl1, slope=1, intercept=0) print(pl1) ## no line in plot :( I can produce plots as I want, if I transform all values before plotting, like this: pl2 <- qplot(log10(correlFunc), log10(correlFunc.ref), data=all) pl2 <- ggabline(pl2, slope=1, intercept=0) print(pl2) ## ah, I see the line, cool! But this is definetly not nice and I cannot imagine ggplot is meant to be used like this. Furthermore, I would desperately like see ticks in the for...
2007 Nov 15
3
phpmyadmin on centos 4
hi there, i have a centos box with phpmyadmin installed, but i don't remember how i installed phpmyadmin 2.7.0-pl2. now i want to upgrade it with yum, but i don't find any phpmyadmin on my centos box. i tried: rpm -qa | grep phpmyadmi, but found nothing. is there an easy way to upgrade phpmyadmin? thanks, T. Hiep
2002 Oct 16
1
Batch mode on windows
...e (*.bat) didnt work, which contains the following lines. however it works well when i pasted each single line to run in the command prompt (eg. cmd). i wonder what's wrong with my batch file. D:\R\bin\Rterm.exe --vanilla <d:\work\pl1.r> pl1.out D:\R\bin\Rterm.exe --vanilla <d:\work\pl2.r> pl2.out D:\R\bin\Rterm.exe --vanilla <d:\work\pl3.r> pl3.out D:\R\bin\Rterm.exe --vanilla <d:\work\pl4.r> pl4.out 2. If one of my above R files contains a function from a outside package (eg. quantreg), how to load it in command prompt, or how to get the package loading proces...
2000 Dec 05
1
SSH_BUG_SIGBLOB?
...options for * debug: Seeding random number generator debug: ssh_connect: getuid 500 geteuid 0 anon 0 debug: Connecting to xxxxxx.xxx.xxx.xxx [xxx.xxx.xxx.xxx] port 22. debug: Allocated local port 1021. debug: Connection established. debug: Remote protocol version 1.99, remote software version 2.1.0.pl2 SSH Secure Shell (non-commercial) debug: match: 2.1.0.pl2 SSH Secure Shell (non-commercial) pat ^2\. Enabling compatibility mode for protocol 2.0 debug: Local version string SSH-2.0-OpenSSH_2.3.0p1 debug: Seeding random number generator debug: send KEXINIT debug: done debug: wait KEXINIT debug: go...
2007 Sep 04
2
multiphasic growth curve analysis
...o avail. I have not written to any other group with respect to this problem. The following data are offered as an example of the type of problem I am dealing with and are average daily goat milk production in ml. for 14 weeks. NoC is the goat number. PL1 is the production during the first week; PL2 is the production during the second week, etc. NoC PL1 PL2 PL3 PL4 PL5 PL6 PL7 PL8 PL9 PL10 PL11 PL12 PL13 PL14 52 490 950 800 900 850 850 750 610 640 900 980 890 890 910 48 970 1020 980 740 1050 970 850 790 900 920 1120 1120 1030 1300 54 1450 1420 1430 112...
2009 Nov 01
1
package lme4
Hi R Users, When I use package lme4 for mixed model analysis, I can't distinguish the significant and insignificant variables from all random independent variables. Here is my data and result: Data: Rice<-data.frame(Yield=c(8,7,4,9,7,6,9,8,8,8,7,5,9,9,5,7,7,8,8,8,4,8,6,4,8,8,9), Variety=rep(rep(c("A1","A2","A3"),each=3),3),
2006 May 17
0
acts_as_versioned with lock_version bug?
...t.column :version, :integer, :default => 0, :null => false end Software.create_versioned_table end def self.down drop_table :softwares Software.drop_versioned_table end end % rake migrate (in /home/krassi/MyProjects/Rails/pl2) == CreateTables: migrating ==================================================== -- create_table(:softwares, {:force=>true}) -> 0.0218s == CreateTables: migrated (0.0589s) =========================================== # ++++ Using the versioned data ++++ % ./scrip...
2002 Oct 17
0
questions about batch manipulation
...e (*.bat) didnt work, which contains the following lines. however it works well when i pasted each single line to run in the command prompt (eg. cmd). i wonder what's wrong with my batch file. D:\R\bin\Rterm.exe --vanilla <d:\work\pl1.r> pl1.out D:\R\bin\Rterm.exe --vanilla <d:\work\pl2.r> pl2.out D:\R\bin\Rterm.exe --vanilla <d:\work\pl3.r> pl3.out D:\R\bin\Rterm.exe --vanilla <d:\work\pl4.r> pl4.out 2. If one of my above R files contains a function from a outside package (eg. quantreg), how to load it in command prompt, or how to get the package loading process...
2011 Aug 17
0
Sweave and graphics
...figures. <<pl1,fig=TRUE,include=FALSE,echo=false>>= #pdf(file="datapl1.pdf",paper="a4",width=0,height=0); plot(yt,ypred,xlab="Data",ylab="Predicted Value",ylim=c(0,3),xlim=c(0,3),main="PL 1"); #invisible(dev.off()); @ <<pl2,fig=TRUE,include=FALSE,echo=false>>= #pdf(file="datapl2.pdf",paper="a4",width=0,height=0); plot(yt,ypredmean,xlab="Data",ylab="Predicted Value",ylim=c(0,3),xlim=c(0,3),main="PL 2"); #invisible(dev.off()); @ <<pl3,fig=TRUE,include...
2016 Jul 24
2
Weighting Schemes: Evaluation results
...very long documents in the data-set collection. Also, I'm thinking of revisiting the PR of BM25+ patch and cross-check it with original BM25+ formula to spot any mistake in the implementation formula if any. Let me know of any other ideas that can possibly improve the performance of BM25+. 2. PL2+: 0.0781953 and PL2: 0.0752646 Here, PL2+ indeed does a better job at retrieving relevant documents although by a small margin. I believe this should produce much better results at scale in practical use. At this point, we might want to consider replacing PL2 with PL2+ in Xapian to put it in prac...
2013 Mar 15
1
DFR framework as a GSOC project
Hey guys,hi.:) I've finished implementing the PL2 scheme . The bounds I have implemented for it are as good as I could, given the nature of the scheme and my mathematical skills.However,tight bounds for other named DFR schemes will be easier to implement because their forumlas are quite simpler compared to PL2 . Will send in a pull request in a...