search for: bpd

Displaying 18 results from an estimated 18 matches for "bpd".

Did you mean: bd
2011 Nov 09
0
Min Frequency in findFreqTerms
...n their frequency in the term document matrix. The following is the example given in the help page of this function: library("tm") data("crude") tdm <- TermDocumentMatrix(crude) findFreqTerms(tdm, 2, 3) The first three columns of the document term matrix are shown below: (bpd) (bpd). (gcc) 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 The first term "(bpd)" has a frequency of 3 whereas the second and third terms have a frequency of 1 which is below the lowfreq = 2 specified. Can some...
2008 Oct 09
2
Exporting symnum() result from cor()
Hello, I am trying to export the results from symnum() while maintain their readability. I tried using sink to text file and also copying and pasting but the results end up looking like this: > symnum(c5.s) bC bED bEN bLP bLS bPA bPD bPR p bbContag 1 bbED + 1 bbENN_MN + B 1 bbLPI , , , 1 bbLSI + B B , 1 bbPAFRAC , * * , * 1 bbPD , B B , B B 1 bbPROX_MN + B B , B * * 1 pfor 1 attr(,"legend") Is there a way I can...
2015 Nov 23
4
compile question
> On 23 Nov 2015, at 22:30 , aixtools <aixtools at gmail.com> wrote: > >> >> ./configure --enable-maintainer-mode ... Two things here - possibly irrelevant, but I'd avoid building in the source directory. (mkdir ../BUILD ; cd ../BUILD; ../R/configure) - don't turn on mantainer mode. You are not a maintainer, and if you want to play at being one, I think you
2001 Dec 16
1
addriver
...ave already copied drivers to $print/W32X86 directory. I tried using rpcclient with adddriver command. But it gave following errors. rpcclient $> adddriver "Windows NT x86" "HP LaserJet 5Si/5Si MX PS:PSCRIPT.DLL:HPLJ5SI1.PPD:PSCRPTUI.DLL:PSCRIPT.HLP:NULL:RAW:HPLJ5SI1.PPD,HPLJ5SI1.BPD,PSCRIPT.DLL,PSCRIPT.HLP,PSCRPTUI.DLL" cli_pipe: return critical error. Error was code 0 result was NT_STATUS_UNSUCCESSFUL thanx Amit ------------------------------------------------------------------------------ Amit Deshmukh Graduate Student (EECS) University of Toledo. Contact Addr...
2015 Nov 26
0
compile question
...black magic puts lc before lR and pockets this. + ## MAMF: This black magic is no longer working, it seems - getting duplicate symbol errors now. if test "x${OBJECT_MODE}" = "x64"; then - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" + main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000" else - main_ldflags="${wl}-brtl ${wl}-bexpall -lc" + main_ldflags="${wl}-brtl ${wl}-bexpall" fi - shlib_ldflags="${wl}-...
2015 Oct 15
3
Building R for AIX in 64-bit mode
...include -I/opt/buildaix/include -I/opt/include -DHAVE_CONFIG_H -mminimal-toc -I/opt/include -I/opt/buildaix/include -maix64 -O2 -L/usr/local/lib -DR_HOME='"/data/prj/cran/64/R-3.2.2"' -o Rscript ./Rscript.c gcc -std=gnu99 -Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000 -Wl,-bpD:0x110000000 -lc -Wl,-bE:../../etc/R.exp -L/usr/local/lib -o R.bin Rmain.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o agrep.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cum.o dcf.o datetime.o debug.o deparse.o devices....
2008 Jun 30
1
AIX 5.3 --enable-R-shlib make error with R-2.7.1
...td=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre -I. -I../../src/include -I../../src/include -I//users/apps/crm_cm/n731661x/usr/include -DHAVE_CONFIG_H -mminimal-toc -g -O3 -c Rmain.c -o Rmain.o gcc -maix64 -std=gnu99 -Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000 -Wl,-bpD:0x110000000 -lc -L//users/apps/crm_cm/n731661x/usr/local/lib/ppc64 -L//users/apps/crm_cm/n731661x/usr/local/lib -o R.bin Rmain.o -L../../lib -lR ld: 0711-317 ERROR: Undefined symbol: R_running_as_main_program ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: l...
2015 Dec 16
2
Building R in 64-bit mode
...##ADD: However, for example, symbol in libc of memcpy is __memmove,__memmove64. ##ADD: This black magic puts lc before lR and pockets this. if test "x${OBJECT_MODE}" = "x64"; then - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" + main_ldflags="${wl}-brtl ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" else - main_ldflags="${wl}-brtl ${wl}-bexpall -lc" + main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000/dsa -lc" fi - shlib_ldflags="${...
2012 Apr 09
3
Gradients in bar charts XXXX
Hello, I have a graphics-related question: I was wondering if anyone knows of a way to create a bar chart that is colored with a three-part gradient that changes at fixed y-values. Each bar needs to fade green-to-yellow at Y=.10 and from yellow-to-red at Y=.20. Is there an option in a package somewhere that offers an easy way to do this? Attached is a chart I macgyvered together in Excel using a
2015 Nov 26
2
compile question
...c puts lc before lR and pockets this. > + ## MAMF: This black magic is no longer working, it seems - getting duplicate symbol errors now. > if test "x${OBJECT_MODE}" = "x64"; then > - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" > + main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000" > else > - main_ldflags="${wl}-brtl ${wl}-bexpall -lc" > + main_ldflags="${wl}-brtl ${wl}-bexpall" > fi > - s...
2015 Dec 16
0
Building R in 64-bit mode
...for example, symbol in libc of memcpy is > __memmove,__memmove64. > ##ADD: This black magic puts lc before lR and pockets this. > if test "x${OBJECT_MODE}" = "x64"; then > - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 > ${wl}-bpD:0x110000000 -lc" > + main_ldflags="${wl}-brtl ${wl}-bpT:0x100000000 > ${wl}-bpD:0x110000000 -lc" > else > - main_ldflags="${wl}-brtl ${wl}-bexpall -lc" > + main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000/dsa -lc" > fi...
2004 Sep 08
4
Where are the ADOBE PS Drivers?
...t/downloads/product.jsp?product=pdrv&platform=win 7.4MB Adobe Universal PostScript Windows Driver Installer 1.0.6 - English 5/23/2002 And installed the Generic Driver, shared the printer and went the the print$ share - none of the expected files were in there ... any ideas??? DEFPRTR2.BPD A 12188 Tue Sep 7 23:27:50 2004 defprtr2.ppd A 13492 Tue Apr 23 12:50:10 2002 efisysprint.sep A 3277 Fri Nov 22 01:54:02 2002 efisysprtj.sep A 3640 Fri Nov 22 01:54:04 2002 EFME4320.BPD...
2015 Dec 18
1
Assistance much appreciated
...##ADD: However, for example, symbol in libc of memcpy is __memmove,__memmove64. ##ADD: This black magic puts lc before lR and pockets this. if test "x${OBJECT_MODE}" = "x64"; then - main_ldflags="${wl}-brtl ${wl}-bexpall ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" + main_ldflags="${wl}-brtl ${wl}-bpT:0x100000000 ${wl}-bpD:0x110000000 -lc" else - main_ldflags="${wl}-brtl ${wl}-bexpall -lc" + main_ldflags="${wl}-brtl ${wl}-bmaxdata:0xd0000000/dsa -lc" fi - shlib_ldflags=&q...
2007 May 05
1
[Bug 1311] Performance on high BDP networks
...P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: imorgan at nas.nasa.gov This bug is intended to raise the priority and formalize the issues surrounding file transfer performance on high BDP networks. The performance of file transfers over high BPD networks using OpenSSH has been know to be an issue for several years now. One patch that is known to address this issue is the HPN-SSH patch (http://www.psc.edu/networking/projects/hpn-ssh) We have been using another patch, proposed by Markus Freidl (http://marc.theaimsgroup.com/?l=openssh-unix-d...
2009 Oct 17
1
R292 on AIX53 using gcc
...e --enable-R-shlib Looks like I have to set OBJECT_MODE explicitly on the command line. So, I enter: set OBJECT_MODE=64. It does not seem to help that I have it in config.site. make stops with the following error: gcc -maix64 -std=gnu99 -Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000 -Wl,-bpD:0x110000000 -lc -L/opt/freeware/lib64 -L/opt/freeware/64/lib -L/opt/freeware/lib -L/usr/local/lib -o R.bin Rmain.o -L../../lib -lR ld: 0711-224 WARNING: Duplicate symbol: .memcpy ...duplicate symbol warning for: memcpy,bcopy,memset,fres ld: 0711-317 ERROR: Undefined symbol: R_running_as_main_p...
2004 Mar 13
0
64bit build on IBM
...port(export,XL_CONFIG=/etc/vac.cfg:xlc,NULL) exec: /usr/vac/bin/CreateExportList(/usr/vac/bin/CreateExportList,/ptmp/thoar/xlcSEtLbjqe,-f,/ptmp/thoar/xlcSFtDbjqd,-X,64,NULL) exec: /bin/ld(/bin/ld,-bM:SRE,-bnoentry,-bM:SRE,-H512,-T512,-bnoentry,-bexpall,-bI:../../../etc/R.exp,-b64,-bpT:0x10000000,-bpD:0x20000000,-b64,-L/usr/lib,-oR_X11.so,dataentry.o,devX11.o,rotated.o,rbitmap.o,-lSM,-lICE,-lX11,-ldl,-ltermcap,-lm,-lc,-L/usr/lpp/xlopt,-lxlopt,-lc,-bE:/ptmp/thoar/xlcSEtLbjqe,NULL) ld: 0711-317 ERROR: Undefined symbol: .Rf_error ld: 0711-317 ERROR: Undefined symbol: .Rf_warning ld: 0711-317 ERROR...
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally understand it's context. Start Line by line debugging shows me the function works: ... > saveRDS(val, mapfile) > val $variables $variables$IANA_HTTP_status_code_db [1] 0 1256 $variables$IANA_URI_scheme_db [1] 1256 3458 $variables$table_of_HTTP_status_codes [1] 4714 830 $references named list() $compressed
2003 Dec 01
0
No subject
...ION from the log. Should I be posting this to the news group instead? ================== The following is the log information from when I run rpcclient: santiago@pc33:~$ rpcclient pc33 -d 10 -Uroot -c 'adddriver "Windows NT x86" "QMS magicolor 330:QSCRIPT.DLL:QMC330.PPD,QMC330.BPD:QSCRPTUI.DLL:QSCRIPT.HLP:NULL:RAW:qmc330.ppd,qmc330.bpd,qscript.hlp,qscrptui.dll,qscript.dll"' Initialising global parameters params.c:pm_process() - Processing configuration file "/usr/local/samba/lib/smb.conf" Processing section "[global]" doing parameter workgroup =...