search for: rwn

Displaying 11 results from an estimated 11 matches for "rwn".

Did you mean: run
2009 Feb 18
0
Index-G1 error
...SpAn-Tests/Signals-Classification-Dir/Classification-by-Signal-Dir") ## LOAD DONOHO ALPHA FILE features.tab <- read.table("Signals-Alpha-and-Zero-Moments.txt",header=T) ## EXTRACT SIGNALS ID insig <- features.tab[,"SignalID"] ## GENERATE DISTANCE MATRIX LABELS rwn <- NULL for(i in 1:length(insig)) { rwn <- c(rwn,as.character(insig[i])) } ## EXTRACT FEATURES VECTOR alpha.vec <- features.tab[,"Signal_Donoho_Alpha"] ## CALCULATE DISTANCE MATRIX - EUCLIDEAN DISTANCE ## ATTACH SIGNAL LABELS dist.mat <- dist(as.matrix(alpha.vec),meth...
2009 Aug 18
0
Help with identify() points on a PAM clusplot
I created a clusplot from PAM results. It represents how signals have been classified. Signals are identified by a numerical label. My trial distance matrix is made up of 10 rows, one for eacjh signal. I assigned the signals iidentifiers as rownames of the distance matrix. rwn [1] "1104" "1332" "2057" "2425" "2483" "2530" "2649" "2881" "3044" "877" The rownames order correspond to the ordering of signal features used in the distance matrix. This way I can click on each...
2000 May 22
2
hypot(x,y) instead of pythag(a,b) ?!
...ula is wise, since the error is >> much smaller. See also the function `cabs' in *Note Absolute >> Value::. Further "problem": In R, we are already partially relying on the availability of the hypot() function : At the toplevel of R-1.0.1's source grep -rwn hypot . ~~~~~~~~~~~~~~~~~ (with a newer GNU grep that has "-r" for "recursive"): gives ./src/appl/cpoly.c:145: shr[i] = hypot(pr[i], pi[i]); ./src/appl/fortran.c:111: return hypot(z->r, z->i); ./src/main/complex.c:122: logr = log(hypot(a->r, a->i) ); ./src...
2010 Dec 23
1
Running sweave automatically using cygwin
Hi all, Hope someone could help me. I am trying to run automatically the conversion of an Rwn file to a tex file. I am using windows 7, and cygwin. I tried to run automatically the Sweave.sh script, in its the most recent version available at R webpage: http://cran.r-project.org/contrib/extra/scripts/Sweave.sh Unfortunately, I got this error message: =========================== Raqu...
2004 Jun 15
1
building R libraries (windows) - R CMD check problems
....Rd man/maNormNN.Rd man/nnNorm-internal.Rd Unbalanced braces are Rd syntax errors, and result in incorrect documentation. It points me to unbalanced braces, but there are no such error. I tried using simple .Rd file with like: \name{functionName} \eof but I still get the same error. The .Rwn file is ok because the vignettes creation works smoothly: C:\test>RCMD build nnNorm * checking for file 'nnNorm/DESCRIPTION' ... OK * preparing 'nnNorm': * checking whether 'INDEX' is up-to-date ... OK * creating vignettes ... OK * removing junk files * building 'nnN...
2002 Sep 29
7
[Fwd: Building custom _updown script for freeswan to make it talk with shorewall]
Tuomo Soini wrote: > You don''t happen to read shorewall-devel mailinglist ? I read it -- I just didn''t know what to make of your post and it arrived while I was on vacation. What exactly are you trying to accomplish that Shorewall isn''t doing for you now? e.g. /etc/shorewall/zones rw Roadwarriors Road Warriors /etc/shorewall/interfraces rw ipsec+
2006 Dec 21
1
[LLVMdev] Possible bug in the linear scan register allocator
...I overlook something in my target specific code, but I think that it is wrong in any case if a register allocator loops for ever. I attach a part of the log file produced with "llc -debug" where you can see reg.alloc related bits. Register naming convention is: rbN - for 8bit registers rwN - for 16bit registers rxN - for 32bit registers I also attach the C source file and the LLVM assembler file for your convenience. My personal understanding of what is going on is that it is due to the incorrect joining of live intervals. If I disable intervals joining by using --join-liveinte...
2002 Oct 30
4
Sweave in packages
Dear R folks, One of the fantastic new tools in R is `Sweave'. I have tested it so much that I know it works and produces fine documentation, and with (GNU) Emacs/ESS it is nice to work with, too. I started to have a look at including some Swoven (is that a strong verb?) documentation with my R package, but it seems that there is no model to copy among those packages that I have installed in
2006 Dec 20
2
[LLVMdev] Soft-float
On Dec 20, 2006, at 2:06 PM, Roman Levenstein wrote: >> >> This will probably require a slightly more extensive patch to >> legalizer. The current mechanism assumes either 1->1 or 1->2 >> expansion. > > Exactly. This is what I meant with "more chellenging";) It is assumed > at several places that 1->1 or 2->2 expanstions are taking place. A
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...vt1eqwva7t6ZLcrjbaRtaWP 8yK71+U+ombb1mW/zz2yvuzXOMbT1u/l3GLJvS8ro1jSr+U+j5KNZfSjsYSstyPW3Sf3HXsn47Ax Yt59LeM4jpO6YzluLvjx0dZ1Wa/DsX0s9zZaydpyrGfeHUs795zRhKl1Vm19X/a254y2isl+Rt8m OLG4rcfSjstTfbluzonoXI7LvSNrvFCye+lrfNzbsp09DmhNLIWXtnU5Wi91rS99Z5yYXaOXcW1b zuOmjmy93TqvjqVfN3XtWvi0jGvHcq339bS1cxnnGge0+rWn/Kqtdf1SvIoE2ToAwFNlk19vU21d v+6zRtvO2XcZV54QiWlRvRkfJq5EK7eWLP5v0Za7VPxbxa5FWxPhin+rsLviVn6o+LeCTKdvhdmK NQcCW0/CxIVHHVFA7dStF2BV/Nt2uPVGXbm/4t+2i8e2qDuAcsZ/uzk7KK7IzfjvLYGSFesIoMsB e0+Ioy9Bn/Hf98ADJoDjuioF2j5AqxI6gJkI2E+w3KOvy6OJgP2CaMdta8A2ETBW2QBHG1Be+0TA aDJJ4ke2Tu8NRHFLWokofVuZN2RjO/qjF8hbgWwc...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...swf b/src/flexchart/flexchart.swf deleted file mode 100644 index 7e2e4a9d2dd664d0c0f529e2848e20c327ee818a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 370538 zcmV)SK(fC>S5pZFXA1y$+QhsEd{o8yH-6 at vIWv29H$5aF6r<op6an$-6|PrrfFMzt zA&B04aoHprva-qM?rwnGM(Dlw-kTs`MWqN*6h&zQV#VHjFUb3yIp=I6`n&J@`Talt z==03XGtabVo_Xe(IkSvV=$nd?x?WN8RHb`HQ$<lmW<5(3<;GA&WtWofJqkut2WrAy zkor at bsz{`^ONS1_hYxQ*{Mz=x(2x$-bne`_L&r`XI(51l99M_yYa-qeSJ#AFwYf=F z(A^g<5BX~&{$NdkNPEkIb&)@{X=Bw|Q68<dwk{NqRaTUD at CAI;zM4q5!!_-%K}8ki zT`Gg2Y...