Displaying 7 results from an estimated 7 matches for "cost1".
Did you mean:
cost
2009 Nov 17
2
SVM Param Tuning with using SNOW package
Hello,
Is the first time I am using SNOW package and I am trying to tune the cost
parameter for a linear SVM, where the cost (variable cost1) takes 10 values
between 0.5 and 30.
I have a large dataset and a pc which is not very powerful, so I need to
tune the parameters using both CPUs of the pc.
Somehow I cannot manage to do it. It seems that both CPUs are fitting the
model for the same values of cost1, I guess the first 5, but not f...
2010 Apr 23
5
Data movement across filesystems within a pool
I would have thought that the file movement from one FS to another within the same pool would be almost instantaneous. Why does it take to platter for such a movement?
# time cp /tmp/blockfile /pcshare/1gb-tempfile
real 0m5.758s
# time mv /pcshare/1gb-tempfile .
real 0m4.501s
Both FSs are with compression=off. /tmp is RAM.
-devsk
--
This message posted from opensolaris.org
2011 May 15
1
Need help with text processing / string split
I used screen scraping to extract some information and put it into a table
called tbl. Now I want to modify the table a bit so the data can be more
useful. Here's the code I used:
library(XML)
rm(list=ls())
url <-
"http://webapp.montcopa.org/sherreal/salelist.asp?saledate=05/25/2011"
tbl <-data.frame(readHTMLTable(url))[2:405, c(3,5,6,8,9)]
names(tbl) <-
2014 Feb 10
0
Segmentation fault in libdovecot-storage.so
...0x00007f351536e72b in search_more_with_mail (ctx=0xf1f620,
mail_r=0x7fff96c80190) at index-search.c:1507
_ctx = 0xf1f620
box = 0xf12030
cost2 = <value optimized out>
match = <value optimized out>
ret = -1
imail = 0xf21910
cost1 = 0
#9 search_more_with_prefetching (ctx=0xf1f620, mail_r=0x7fff96c80190)
at index-search.c:1579
_data_stack_cur_id = 4
ret = <value optimized out>
mail = 0xf21910
mails = <value optimized out>
---Type <return> to continue, or q <return>...
2014 May 11
5
v2.2.13 released
http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz.sig
A few minor changes since v2.2.13.rc1, mainly making the Pigeonhole tests pass.
* Fixed a DoS attack against imap/pop3-login processes. If SSL/TLS
handshake was started but wasn't finished, the login process
attempted to eventually forcibly disconnect the client, but failed
2014 May 11
5
v2.2.13 released
http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz
http://dovecot.org/releases/2.2/dovecot-2.2.13.tar.gz.sig
A few minor changes since v2.2.13.rc1, mainly making the Pigeonhole tests pass.
* Fixed a DoS attack against imap/pop3-login processes. If SSL/TLS
handshake was started but wasn't finished, the login process
attempted to eventually forcibly disconnect the client, but failed
2020 Sep 21
1
AW: doveadm search segfault Dovecot 2.2.22
...ret = <optimized out>
#10 search_more_with_mail (mail=0x55555580c320, ctx=0x55555580c0a0) at index-search.c:1547
_data_stack_cur_id = 4
_ctx = 0x55555580c0a0
box = 0x5555557fc530
match = -1
ret = -1
imail = 0x55555580c320
cost1 = 3218534
#11 search_more_with_prefetching (mail_r=0x7fffffffde90, ctx=0x55555580c0a0) at index-search.c:1628
---Type <return> to continue, or q <return> to quit---
_data_stack_cur_id = 3
count = <optimized out>
ret = <optimized out>
mai...