search for: ptn

Displaying 10 results from an estimated 10 matches for "ptn".

Did you mean: pte
2009 Mar 20
2
A category reduction problem
...uct rows by generating combinations based on the partitions. Here's my very flawed code for completeness, but I'm guessing there is a better approach entirely. There are actually 56 partitions (here hardcoded 2:19). require(partitions) b <- as.matrix(parts(11)) u <- b[-1,] for (ptn in 2:19) { s <- as.matrix(u[, ptn]) dss <- as.vector(s[which(s>0)]) if (length(dss) <= b[1, ptn]) { comb <- combn(b[1, ptn], length(dss)) ccnt <- dim(comb)[2] for (i in ccnt:1) { a <- c(1:b[1,ptn]) for (k in 1:length(dss)) { a <- c(a,rep(comb[k, i], u[k, ptn]))...
2016 Aug 07
2
Weighting Schemes: Evaluation results
...t normalization does a better job here than pivoted normalization but since we intended to have support for pivoted normalization in Xapian rather making a replacement of default normalization with pivoted normalization, I think this comparison may not come as a big surprise. Similarly, the MAP of Ptn, nPn and ntP which represent "Pxx", "xPx" and "xxP" normalization strings respectively are as follows: ntP: 0.0747668 nPn: 0.0676789 Ptn: 0.11379 Interestingly, Ptn normalization does fairly good job than all other normalizations and the default normalization ("...
2016 Jul 28
2
Weighting Schemes: Evaluation results
Ah. If FIRE doesn't have something that can show this suitably, then > maybe Parth can advise on access to TREC, as I know he's used some of > them in the past. > ?I can say FIRE is also a reliable source but INEX/TREC are better. INEX can give you free access and TREC is not freely available. I had used INEX for xapian in the past and some details are here:
2004 Aug 31
7
blockwise sums
I am looking for a function like my.blockwisesum(vector, n) that computes sums of disjoint subsequences of length n from vector and can work with vector lengths that are not a multiple of n. It should give me for instance my.blockwisesum(1:10, 3) == c(6, 15, 24, 10) Is there a builtin function that can do this? One could do it by coercing the vector into a matrix of width n, and then use
2010 Sep 17
1
Attended Transfer does not release channels
...d the new call will get connected - and - it is working But - the call will not get released on the callcenter asterisk machine So the callflow after the transfer is Original call PSTN -> routing server -> callcenter asterisk -> routing server -> PSTN But it should be Original call PTN -> routing server -> PSTN I have transfer = yes and mediaonly both tested on my connection routing server to asterisk callcenter - does not help the iax peer beetween the both does have trunk=yes I do not get any error message (unable to transfer or something like this) I have done a full...
2010 Jan 06
1
Merlin Legend integration not routing calls back to PSTN.
...------------------- 3 BOTH --:-- A A AUTOMATIC ROUTE SELECTION A TABLE 20: N11 Output Table A 01)411 02)611 03)811 04)911 A Pool Absorb Other Digits FRL Call type Start Pattern A 1)70-- 00 -------------------- 3 BOTH --:-- A ----------------- NON-LOCAL DIALPLAN A NON-LOCAL DIALPLAN A Range Ptn Dgt Range Ptn Dgt Range Ptn Dgt A 1) 9340-9350 01 04 18) - 35) - A 2) - 19) - 36) - A 3) - 20) - 37) - A 4) - 21) - 38) - A 5) - 22) - 39) - A 6) - 23) - 40) - A 7) - 24) - 41) - A 8) - 25) - 42) - A 9) - 26) - 43) - A 10) - 27) - 44) - A 11) - 28) - 45) - A 12) - 29) - 46) - A 13) - 30) - 47) - A...
2001 Jun 09
2
/usr/local/etc instead of /etc
hi, it looks like tinc-1.0-pre4 looks for configuration files in /usr/local/etc instead of /etc ! what is the best way to change that to /etc/ so that i can keep my configuration in /etc/tinc/netname/, as described in the tutorial? from what i can see, you have a sysconfdir="$prefix/etc" in configure.in. However, i can't just change prefix to empty string because there is also a
2005 Oct 31
2
ext3 + fs > 2Tbyte
...r of it and perhaps can offer some help. I have a woody box (dell pe750, dual cpu) running a kernel from backports.org (debian 'testing' packages built on a 'stable' box). The kernel version is 2.6.7-1.backports.org.1. This host is hooked up to an Apple Xserve RAID with a 2.3Tbyte ptn that was created by the same system that is now giving trouble. My problem is that mount (2.12-4.backports.org.1) fails to mount this partition. It worked fine before, but stopped working after a power outage. Before I was using mount version 2.11n-7woody1 (the stock debian 'woody' version...
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
Hey everyone, I am an R-newby... so sorry for bothering you with simple-to-solve questions;) I have the following issue: trying to add labels to my scatterplots (with geom_dl in ggplot2). Everything works fine, but after checking every resource I do not find a way to change the font size of my labels. I tried size, cex, fontsize at every position... but it always stays the same. ggplot()+
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.