similar to: How to fix false positve rates?

Displaying 20 results from an estimated 200 matches similar to: "How to fix false positve rates?"

2005 Jun 15
1
Reducing the FPR (false positive rate)
Hello R-USERS, I think some people didn't understand my question. What I want is to use the training set to minimize the FALSE POSITIVE RATE. I think it is possible. I sacrifice ACCURACY to have less FALSE POSITIVES. I don't want a classifier result with 5% of FPR and, for example, 93% of ACCURACY. I want a 1% FPR sacrificing the 93% ACCURACY. Do you know how can I do this? I really
2007 Oct 26
3
How to plot multiple variables on the same graph
How to plot multiple variables on the same graph Dear R users, I want to plot the following variables (a, b, c) on the same graph. The x-axis must be the variable mat and the graph must have the type = "l". How can I do that?? > a [1] 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 > b [1] 0.90665296 0.82473871 0.75269217 0.68917606 0.63304639 0.58332339 [7]
2004 Sep 21
2
Corrupted userid in mail folders
I have a Mandrake 10.0 Official server running Samba3, Shorewall, Squid 2.5, Postfix and Courier-IMAP. Samba uses winbind to authenticate mail and proxy users against a windows 2000 ADS server. I get corruption happening in the user's home directories and elsewhere. The directory ownership changes all the time. One moment a dir belongs to roland:Domain Users and the next moment it's
2006 Mar 08
1
VoIP application together with open hardware design
Hi guys, I am starting project to develop open implementation of some (naturally open codec) for simply designed embedded devices which can be used by small to big VoIP operators or hobbyists which wants to build their own small and low cost VoIP phone. Speex seems to be great choice. And greater will be if there should be some guys who want to help ;-). Altought I am experienced in C/ASM
2003 Dec 09
1
Importing TIFF files into a R matrix
Hi I am facing a problem where I would like to import a TIFF image (of spots on a nylon filter) into R (into a matrix for example). When plotting the matrix using fx. scatterplot3d I would then be able to see how the pixel-intensities are distributed in "spot-areas" on the filter - which would be very helpful. Does anynone know of a way to do this? Best regards, Peter Hagedorn ...
2004 Nov 23
1
Newbie questions from South Africa: Initial setup
Hi All, I have been researching Asterisk for a few days now and have read hundreds of web pages and other documents. While some things are getting clearer, others are not. I have managed to install Asterisk 1.0.1 on Debian testing (simple as 'apt-get install asterisk'). I understand FXS/FXO, codecs available, feature and functionality available etc. I have found several "Getting
2008 Jun 12
4
How to increase the for() loop speed?
Dear R users, I would like to know if there is a way to increase the for() loop speed because in my routine the calculations are too slow. Best regards. Rafael Barros de Rezende Cedeplar - Center for Development and Regional Planning Face, UFMG ([1]http://www.cedeplar.ufmg.br) -- Esta mensagem foi verificada pelo sistema de antiv??rus e acredita-se estar livre de
2004 Aug 06
7
Icecast in Macromedia Flash
> Thanks for the network dumps. As you say, it's weird because Flash, even > when embedded, can access the stream of Icecast2. I already noticed it by > analyzing Icecast2's logs as I wrote in the first message of this topic. > There is something I couldn't see in the network dumps: is the embedded > flash DOWNLOADING the stream even if it doesn't play it (with
2014 Sep 22
1
[PATCH] blk-mq: Avoid race condition with uninitialized requests
On 09/18/2014 11:04 AM, David Hildenbrand wrote: > This patch should fix the bug reported in https://lkml.org/lkml/2014/9/11/249. > > We have to initialize at least the atomic_flags and the cmd_flags when > allocating storage for the requests. > > Otherwise blk_mq_timeout_check() might dereference uninitialized pointers when > racing with the creation of a request. >
2014 Sep 22
1
[PATCH] blk-mq: Avoid race condition with uninitialized requests
On 09/18/2014 11:04 AM, David Hildenbrand wrote: > This patch should fix the bug reported in https://lkml.org/lkml/2014/9/11/249. > > We have to initialize at least the atomic_flags and the cmd_flags when > allocating storage for the requests. > > Otherwise blk_mq_timeout_check() might dereference uninitialized pointers when > racing with the creation of a request. >
2007 Oct 24
1
Error in nls model.frame
Error in model.frame When I run the following nls model an error message appears and I dont know how to solve that. Could you help me?? mat = c(1,2,3,4,5,6,7,8,9,12,16,24,36,48,60) for (i in 1:length(j30)) { bliss = nls(c(j[i,1:length(mat)]) ~ b0 + b1*((1-exp(-k1*mat))/(k1*mat)) + b2*(((1-exp(-k2*mat))/(k2*mat))-exp(-k2*mat)), start = list(k1=0.1993, k2=0.1993, b0= 22.0046,
2014 Sep 18
3
[PATCH] blk-mq: Avoid race condition with uninitialized requests
This patch should fix the bug reported in https://lkml.org/lkml/2014/9/11/249. Test is still pending. David Hildenbrand (1): blk-mq: Avoid race condition with uninitialized requests block/blk-mq.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 1.8.5.5
2014 Sep 18
3
[PATCH] blk-mq: Avoid race condition with uninitialized requests
This patch should fix the bug reported in https://lkml.org/lkml/2014/9/11/249. Test is still pending. David Hildenbrand (1): blk-mq: Avoid race condition with uninitialized requests block/blk-mq.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 1.8.5.5
2011 Sep 13
1
Heroku failed to push: fatal: sha1 file '<stdout>' write error: Invalid argument
When I try to push my app to Heroku I get this error: OCA@OCA-PC /c/rails/oca (master) $ git push heroku master Enter passphrase for key ''/c/Users/OCA/.ssh/id_rsa'': Counting objects: 913, done. Delta compression using up to 2 threads. Compressing objects: 100% (797/797), done. Read from remote host heroku.com: Connection reset by peer fatal: sha1 file
2004 Sep 06
0
SIP-Channels cannot be created after a while of running asterisk ...
Hi list! I've got a strange phenomen running asterisk for a while. After about two or three days without restarts, asterisk is not able to create SIP-Channels anymore, but gives me messages like Sep 4 00:12:06 WARNING[7175]: Unable to allocate channel structure Sep 4 00:12:06 NOTICE[7175]: Unable to create/find channel A reason this happens could be "hanging" SIP-Channels,
2004 Aug 06
1
Winamp 3
Rádio IRCBrasil - André Marcelo wrote: > Hi people, > > Tody i am changing my transmition system from shoutcast to icecast 2, > encoding in ogg > > > My listenners are telling me that they cannot listen with winamp 2.91 lite > and winam3, just winamp 2.91 standard or full That is correct. Winamp 3 is broken, and will not correctly play Ogg streams. Winamp 2.91 lite is
2004 Aug 06
0
Winamp 3
Hi people, Tody i am changing my transmition system from shoutcast to icecast 2, encoding in ogg <p>My listenners are telling me that they cannot listen with winamp 2.91 lite and winam3, just winamp 2.91 standard or full Just anynone know how to listen with winamp 3 ? listen my radio in http://play.ircbrasil.com.br in browser or www.ircbrasil.com.br:8500/ircbrasil.ogg in winamp tanks 4
2005 Aug 06
1
oldClass vs. class
Hi,When I read the source of str,i find these code ----- ## Show further classes // Assume that they do NOT have an own Method -- ## not quite perfect ! (.Class = 'remaining classes', starting with current) cl <- oldClass(object); cl <- cl[cl != "data.frame"] #- not THIS class ----- so I use ?oldClass to try to learn more about oldClass.But after I have reading
2011 Jun 16
1
OP_ELITE_SET and max number of terms
Hi, When we use OP_ELITE_SET we can specify the number of terms we want to use. In http://trac.xapian.org/wiki/FAQ/EliteSet there is this text: "The number of terms which OP_ELITE_SET will use defaults to 10 (or ceil(sqrt(number_of_subqueries)) if there are more than 100 subqueries), but may be set by specifying a parameter to the query constructor" is it possible to use only the
2011 Jul 20
1
Phrase search problem
Hi, I'm experiencing problems when doing phrase searches with adjacent repeated terms. Example: if I search for 'curtain curtain' and there are documents that matches the query, they aren't returned. But, if I search for 'curtain nice curtain' and there are documents that matches this query, it works ok. attached there is a python program that shows the problem. I tried