search for: trx

Displaying 14 results from an estimated 14 matches for "trx".

Did you mean: rx
2016 Jan 26
2
Re: starting a domain only when you have enough resources
On Tue, Jan 26, 2016 at 1:51 PM, Michal Privoznik <mprivozn@redhat.com> wrote: > On 26.01.2016 14:35, Andrei Perietanu wrote: > > On Tue, Jan 26, 2016 at 12:39 PM, Michal Privoznik <mprivozn@redhat.com> > > wrote: > > > >> On 26.01.2016 12:30, Andrei Perietanu wrote: > >>> Hi all, > >>> > >>> I am running KVM on a 3.18
2013 Mar 06
1
CARET and NNET fail to train a model when the input is high dimensional
The following code fails to train a nnet model in a random dataset using caret: nR <- 700 nCol <- 2000 myCtrl <- trainControl(method="cv", number=3, preProcOptions=NULL, classProbs = TRUE, summaryFunction = twoClassSummary) trX <- data.frame(replicate(nR, rnorm(nCol))) trY <- runif(1)*trX[,1]*trX[,2]^2+runif(1)*trX[,3]/trX[,4] trY <- as.factor(ifelse(sign(trY)>0,'X1','X0')) my.grid <- createGrid(method.name, grid.len, data=trX) my.model <- train(trX,trY,method=method.name,trace=FA...
2007 Apr 12
2
Asterisk 1.2.17 and Cisco 7940/SIP: bug or what?
...IPTaskProcessListEvent: cmd = 0x161700 sip_cc_event LINE 0/1: --0x0004ea7d-- : SIP_STATE_IDLE <- E_CC_SETUP idle_ev_cc_setup: All digits collected. Placing the call SIPSM 0/1/18: idle_ev_cc_setup : Setup SIPSPISendInvite: Sending INVITE... get_next_request_trx_index: Getting next TRX index, sent = 1 get_next_request_trx_index: Got TRX(0) for sent req get_last_request_trx_index: Getting last TRX index, sent = 1 get_last_request_trx_index: Got TRX(0) for sent req get_last_request_trx_index: Getting last TRX index, sent = 1 get_last_request_trx_index: Got T...
2010 Mar 23
1
caret package, how can I deal with RFE+SVM wrong message?
...de below, but there is something wrong message, How can I deal with it? > rfGrid<-expand.grid(.mtry=c(1:2)) > rfectrl<-rfeControl(functions=caretFuncs,method="cv",verbose=F,returnResamp="final",number=10) > subsets<-c(3,4) > set.seed(2) > rf.RFE<-rfe(trx,try,sizes=subsets,rfeControl=rfectrl,method="rf",tuneGrid=rfGrid) Loading required package: class Attaching package: 'class' The following object(s) are masked from package:reshape : condense Fitting: mtry=1 Fitting: mtry=2 Error in varImp.randomForest(obj...
2007 Apr 08
8
SQLite3 build is broken because calling rollback!() doesn't prevent COMMIT
I know why SQLite3 is broken. This code: Topic.transaction do |transaction| transaction.rollback! end results in the following database commands: BEGIN; ROLLBACK; COMMIT; In other words, there is a COMMIT when no transaction is in flight. MySQL and Postgres are coll with it, but SQLite3 blows up with indignation. Recorded as a ticket: http://dev.rubyonrails.org/ticket/8030
2004 Apr 23
2
More confusion on exclude rules
...est_temp.delete_me and /export/home/webmstr/nflmg/scripts/regional/misc_loaders/test_temp.delete_me on the rsync server and am using the following exclude file. + bin/ + nflmg/scripts/regional/misc_loaders/ - core - *.bz2 - *.orig - *.BAK - *.bak - *.old - *.csv - *.tmp - *.4chart - *.xls - *.difftrx - *.difftra - *.rawbad - *.trx.all - *.tar.* - *.tar - *.gz - *.old - *.log.* - *.zip - *.Z - /* I'm running the following command line on the client side: # /usr/local/bin/rsync -avrnz --exclude-from=/davet/rsync.webmstr1 --stats webmstr@primey::webmstr1 /export/home/webmstr However, rsync...
2006 Sep 01
1
Checking a package: "Foreign function calls without 'PACKAGE' argument:" - what must I do??
...ocess of checking a package, I get the warning Foreign function calls without 'PACKAGE' argument: .Call("tr", ...) .Call("trProd", ...) See section 'System and foreign language interfaces' of the 'Writing R.. These functions are called using the wrappers trX <- function(x, package="gRcox") { .Call("tr", x, package="gRcox") } trXY <- function(x, y, package="gRcox") { .Call("trProd", x, y, package="gRcox") } I can't figure out what I am supposed to - and reading the specific sectio...
2008 Oct 17
1
link_to + image_tag
...#39;',:controller=>''light'',:id=>image.id},:class=>''lightview'',:id=>image.id,:rel=>''iframe'',:title=>image.filename+''/Crop/''.camelize+''fullscreen :true''%> but now <%=image_tag ("/trx/images/ob.gif",:alt=>''mob'',:title=>''mob'')%> <%=link_to "Pass",{},:title=>''Mobile'',:target=>''_blank'',:href=>''http://www.goeoz.com.html?id=8006'' %> now i want to display...
2013 Jan 31
3
/home on BTRFS on SSD, now highly fragmenting virtuoso database - use autodefrag?
...Jan 27 17:52 soprano-virtuoso.lock -rw-r--r-- 1 martin martin 13K Jan 31 10:22 soprano-virtuoso.log -rw-r--r-- 1 martin martin 0 Jan 27 17:52 soprano-virtuoso.pxa -rw-r--r-- 1 martin martin 8,0M Jan 31 14:07 soprano-virtuoso-temp.db -rw-r--r-- 1 martin martin 14K Jan 31 14:07 soprano-virtuoso.trx martin@merkaba:~/.kde/share/apps/nepomuk/repository/main/data/virtuosobackend> sudo filefrag soprano-virtuoso.db [sudo] password for martin: soprano-virtuoso.db: 481 extents found […] martin@merkaba:~/.kde/share/apps/nepomuk/repository/main/data/virtuosobackend> sudo btrfs filesystem defr...
2008 Nov 16
3
[Schrodinger-devel] ogg dirac granulepos in oggz tools
On 11/14/08, David Flynn <davidf+nntp at woaf.net> wrote: > Correct; there is no metadata handling capability in the current > mapping spec. I'd suggest at some point to look into separate stream solution for metadata, perhaps M3F [1]. -Ivo [1] http://wiki.xiph.org/index.php/M3F
2012 Feb 11
3
9.0-RELEASE PV from scratch on XCP v1.1.0
Title: HOWTO-FreeBSD-on-XCP Author: John D. "Trix" Farrar Date: 2012-02-09 * The Challenge - ParaVirtualized FreeBSD 9.0-RELEASE under XCP 1.1.0 The idea here is to create a PV FreeBSD VM under Xen Cloud Platform (XCP) without starting with an HVM first. The documentation I''''ve been able to find on-line is at least a year old and is mostly written for Xen (under
2006 Jun 02
20
Prices of g729 codec
Hi, does anyone know the prices for g729 codecs from Digium? I sent an email a while ago to them but haven't got any response so far. Prices are per unit or volume? Thanks, -- ------------------------------------------- Erick Perez Linux User 376588 http://counter.li.org/ (Get counted!!!) Panama, Republic of Panama
2010 Mar 24
0
R-help ordinal regression
...essage, How > can I deal with it?? > > rfGrid<-expand.grid(.mtry=c(1:2)) > > > rfectrl<-rfeControl(functions=caretFuncs,method="cv",verbose=F,returnResamp="final",number=10) > > subsets<-c(3,4) > > set.seed(2) > > > rf.RFE<-rfe(trx,try,sizes=subsets,rfeControl=rfectrl,method="rf",tuneGrid=rfGrid) > Loading required package: class > > Attaching package: 'class' > > > ? ? ? ? The following object(s) are > masked from package:reshape : > > ? ? ? ???condense > > Fitting: mt...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...D$Z^&hg$bo{-<?CuB!s zGaguS+fVrAUyLF{%y$9nMA_IpHax?95>fb&<-^k{-ma%)2prSF`P#&b3_YjyVa at AX z0(GUvy-eFSBCE~wX~g3P0PcYSEm0S9Lyb>YW>@87-G?}R>(q=M0S_-SB$G}BS$S;2 zman0>q`MMLGFvk-%=ZCsTSZ{vbR{F`v4yj9`Ne&b%2p+1x|ITQj at BSi5wPRvg4Iq; z)tH3!i$|2&X*R)^=8yece`Qc#J%4h4EtrXB7JH0l7ERQhdgt_$4*NdkRAuH^e}&VD zhK%|)8OkZDEVQ4mwcaeD3P1 at 2AZKFHgZ4}vba1n>b+D3uV=1}ucn4UA0R~B~3B!_R zf%{e_k`JmP&LUNxtw{$ZvD=o&;UhEcD^NCZVy at u?DMq(n;l&D at pX32N#RD80(W$s{ zXN|w0(yC%zGC at Dhz6sD(mw;2gPzq{MmhNN;HlWq8l_?;X5_4*ou5?&LQ|6{;L(J#x zhwHvS|Mr`n$t$@N8mX}pFh{-FA=h)Xt...