similar to: Java interface to R

Displaying 20 results from an estimated 300 matches similar to: "Java interface to R"

2005 Aug 16
4
Image from bytes streams
Hello! I'm trying to get an array of bytes from graphic images generated by R. Here, you can see my Java code: -------------------------------------------------------------------------------------------------------------------------- Process p = Runtime.getRuntime().exec("C:/Arquivos de programas/R/rw1090/bin/Rterm.exe --no-save"); DataOutputStream output = new
2007 Dec 05
4
Java parser for R data file?
Hi everyone, Has anyone written a parser in Java for either the ASCII or binary format produced by save()? I need to parse a single large 2D array that is structured like this: list( "32609_1" = c(-9549.39231289146, -9574.07159324482, ... ), "32610_2" = c(-6369.12526971635, -6403.99620977124, ... ), "32618_2" = c(-2138.29095689061, -2057.9229403233, ... ),
2004 Apr 21
2
calling R from java
Hello, I need to call R from a java(swing) application. I manage to do it with something like : Process p = Runtime.getRuntime().exec("R --slave") OutputStreanWriter o = new OutputStreamWriter(p.getOutputStream()) o.wrote("...") ... etc but at the end no .Rdata file has been created and there are some data I don't want to reload each time (for time execution reasons).
2000 Nov 10
1
Executing an R function from Java.
Is anyone aware of a mechanism by which I could execute an R function from within java (say a servlet). thanks Richard Piper -- Intensive Care Unit, RNS Hospital, Sydney. Phone: 612-9926-8656 or 8617 FAX: 612-9439-8418 Page: 612-9962-4936 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2004 Aug 06
3
q about jspeex
Hi Marc, thanks for the quick reply. Marc Gimpel wrote: > It would appear the the 'pcm2speex.read(frame, 0, frame.length)' is > blocking which means that it is waiting for data from the underlying > inputstream (i.e.AudioInputStream(t.input)). If it could read > sufficient data it would transcode it. If it recieved an EOF, it > should do some zero padding and then
2008 Oct 31
2
Problem of running R console from Java on linux box
Hi the list: I can not create R process from Java application with my linux box, the process never was created, or just terminated immediately after I called Runtime.getRuntime().exec(...) The command lines I have tried are(the paths are all correct): "/bin/sh /usr/bin/R" "/bin/sh -c /usr/bin/R" "/usr/lib/R/bin/exec/R"(also set R_HOME=/usr/lib/R) I
2007 Jun 13
1
SERVFAIL <=> NXDOMAIN
Hello, we encountered a problem with registry nic.at for tld .at and their transaction "BillWithDraw". This transaction allows an registrar to delegate authority back to registry. For a successful use of this transaction all nameserver-entries for the zone will be deleted by our application before nic-order will be sent to nic.at. Nic.at now checks all nameserver for existing
2013 Jun 21
1
[LLVMdev] ASan for Android Applications
Evgeniy, thanks for your help. > You need -eng build because preloading libraries into dalvik vm is not > allowed in user builds. JellyBean includes several bugfixes in the > dynamic loader that asan needs. Do you have the sha1 hashes for any of those patches? I might be able to track down a build that includes them. > Was there any useful output in adb logcat when your program
2000 May 10
1
R and Java ? [forwarded]
This is of broader interest, and I'm not the expert.. ------- start of forwarded message ------- From: Cheryl J Fernandes <cferna3@uic.edu> To: maechler@stat.math.ethz.ch Subject: Re R and Java Date: Tue, 9 May 2000 13:54:35 -0500 (CDT) Hi Martin, I'm Cheryl Fernandes currently pursuing my Masters Of Computer Science at the university of Illinois, at Chicago. I have tried
2013 Jun 21
0
[LLVMdev] ASan for Android Applications
You are citing the "Android platform workflow" section, which is about sanitizing components of the Android system itself. For NDK apps, see "Android NDK workflow" in the same document. You need -eng build because preloading libraries into dalvik vm is not allowed in user builds. JellyBean includes several bugfixes in the dynamic loader that asan needs. Was there any useful
2005 Jul 05
2
Java and R help
Im doing an aplication in Java and i have a program made in R what i want to launch with Java. I have the following instructions: Runtime r = Runtime.getRuntime(); try { System.out.println ("Llamada a R..."); p = r.exec(sRutaR); } catch (IOException e) { System.out.println ("Error lanzando R: " +
2013 Jun 21
3
[LLVMdev] ASan for Android Applications
From: http://address-sanitizer.googlecode.com/svn-history/r1624/wiki/Android.wiki > AddressSanitizer is fully supported in AOSP starting with JellyBean release. To run > applications built with ASan you'll need an -eng build of Android. > > To build any part of Android system with ASan, add > LOCAL_ADDRESS_SANITIZER:=true to the appropriate Android.mk. I don't see that
2017 Sep 11
3
Setting up Samba AD-DC on Debian Stretch made easy.
Hai, I made the install howto based on the wiki steps, i only changed the order of install on some places. And found it, not email but wiki. https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller The part Configuring Kerberos. ( cp /usr/local/samba/private/krb5.conf /etc/krb5.conf ) Which made me think that the /var/lib/samba/private/krb5.conf isnt
2003 Mar 28
0
openssh-unix-dev@mindrot.org , Swiss Group Switzerland ! Earn up to 2 daily in the Swish Stock Exchange !
<!1479> <html><body><p><b>Sw<!1479>iss Gro<!1479>up SA</b> is one of Switzerland's lead<!1479>ing pri<!1479>vate altern<!1479>ative inve<!1479>stment compa<!1479>nies which allocates its assets to a range of fu<!1479>nds mai<!1479>nly in the fi<!1479>eld of alter<!1479>native
2014 Dec 15
0
wonderful wat ches . order on the site. .best gift for darlings
luxury watches, + cheap and delivery. - &#104;ttp&#58;/&#47;&#103;oo.&#103;l&#47;7&#99;5A&#83;a &#104;ttp&#58;&#47;/go&#111;.gl&#47;&#68;8zJ&#103;4 h&#116;tp:&#47;/&#103;&#111;o&#46;g&#108;/Fm&#119;&#122;&#111;2 ozzko ky jpmuf uievj cx c edhs vdcb o itj ky jxin nisbd awtbi nid nuyzv el a beuj
2004 Jul 15
3
Eclipse plugin for R or perhaps S-plus.
Does any one know of an eclipse (http://eclipse.org) plugin for R/S. thanks RIchard -- Richard Piper Web: http://icu.rnsh.org Mobile: 0438-120860 Sydney: 9926-8617 Kippax: 6550-5117 Email: rpiper at med.usyd.edu.au GPG key ID: F6DFFB33 @ wwwkeys.pgp.net Key fingerprint: 3FB8 8355 3AAA 84C3 D548 8FFF EFDB C6B5 F6DF FB33
2006 Apr 23
0
RE: Asterisk-Users Digest, Vol 21, Issue 130
Have you thought about making them agents, they would both be reachable by dialing there agent number then, and I know only one agent can be logged in at once. Just a thought. -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of asterisk-users-request@lists.digium.com Sent: Saturday, April 22, 2006 8:26 PM To:
2014 Dec 02
3
Adding extra fields from an external source
Hi, I have an existing (Open)LDAP which I'm using with dovecot and I would like to implement quotas. I have global quotas working, but I would like per user quotas similar to what is described in the wiki (http://wiki2.dovecot.org/Quota/Configuration#LDAP) My problem is that there is no obvious attribute in the schemas shipped in the RHEL/Centos 6 to hold the quota string. Is it possible to
2011 Apr 16
3
calling dovecot exported auth from Java
As far as I have been able to figure out, dovecot auth always works over a Unix domain socket. I believe it is not currently possible to operate dovecot auth over an Internet domain (TCP) socket. Am I correct? I want to call dovecot's exported authentication from a Java application. Java doesn't natively know how to talk to a Unix domain socket, so there are inconveniences. There
2002 Sep 27
8
Longer synonym for R?
[This message is not always serious, but it addresses a real problem.] A problem with R's present name is that it is not very well suited to search engines, although Google at least seems to cope as long as you have sufficient other terms to filter out Toys R Us. Initials remain a problem. I suppose "R" is just too culty to do away with, but perhaps we could come up with a longer