similar to: R and Java ? [forwarded]

Displaying 20 results from an estimated 400 matches similar to: "R and Java ? [forwarded]"

2003 Nov 12
1
Talk with from Java
Hi everybody anybody knows how to talk with R like shown in the Java-Code above? Perhaps someone can help, or tell me its not possible. /* * Java_R.java * * Created on November 11, 2003, 5:36 PM */ import java.io.*; /** * * @author markus */ public class Java_R { /** Creates a new instance of Java_R */ public Java_R() { } /** * @param args the command line
2001 Nov 28
1
rsyncing devices
Hi All, I'm running rsync version 2.4.6 protocol version 24 on several Solaris 2.8 computers, and seversl RedHat Linux 7.2 computers. I have several character devices that I am rsyncing from my Solaris computer. Rsync works from one solaris to another solaris computer. But rsyncing these devices does not work from a solaris computer to the Linux computer. The devices are being copied over
2011 Jan 11
2
IE6 install problem
Hi, Thank you in advance for your help from someone who has very little computer knowledge.... IE6 doesn't install....the following is as far as it goes....please tell me what I have to do to get it going.... Oh, I was able to install IE7 but it doesn't connect. Thanks again. Cheryl 11-01-05 8:15:36 AM SyncServer[3280] [110f40] |SyncServer|Warning| Refreshing watchdog because of a
1999 Jan 25
1
COMMERCIAL: S-PLUS Data Analysis Software now Available on Linux (fwd)
I thought R users might be interested (surprised) to hear that R will have some competition on Linux now. Bill ---------- Forwarded message ---------- Date: Sun, 24 Jan 1999 01:37:15 GMT From: Cheryl Mauer <cmauer at statsci.com> Newsgroups: comp.os.linux.announce Subject: COMMERCIAL: S-PLUS Data Analysis Software now Available on Linux Followup-To: comp.os.linux.misc -----BEGIN PGP
2003 Mar 19
3
r-help using random generating
To whom it may concern: Given that my sample size is n, my mean is 100, and my sd is 10, I need to use a random number generator (which I believe is the function rnorm(5,100,10)), but I need to repeat it a large number of times, and then plot the sampling distributions of the sample means, sd's, and variances of those generated sets. I'm having a real hard time trying to figure out how
2000 Jun 08
1
creating models from "Objects" in R's environment
Hi I'm trying to create Tree based models in R using the downloadable package called "tree". It is mentioned in the R documentation that Objects are created and stored in the R environment by name. So I have saved all the objects formed during the creation of a tree model using the R command: dump(objects(),"Z:\\Project\\Exammples\\Output\\outputTree.txt");
2000 Jun 08
1
creating models from "Objects" in R's environment
Hi I'm trying to create Tree based models in R using the downloadable package called "tree". It is mentioned in the R documentation that Objects are created and stored in the R environment by name. So I have saved all the objects formed during the creation of a tree model using the R command: dump(objects(),"Z:\\Project\\Exammples\\Output\\outputTree.txt");
2019 Apr 11
3
AD migration issues
Hi , We migrated to AD account in a Ubuntu 16.04 (Samba 4.3.11)and came across issues with user shares. Some of the users were able to access the shares and some were not. The server in question has both AD and File and we followed the samba wiki to enable the Windows ACL To migrate , we ran the following samba-tool domain classicupgrade --dbdir=/var/lib/samba.PDC/dbdir --realm=lin.GROUP
2009 May 01
0
(no subject)
Hi. We user ftp-solr plugin and have problem with solr-1.3+ with HTMLStripWhitespaceTokenizerFactory (Solr schema in attachments). In some maildir's present messages with wrong "Content-Type: " fields in attachments. For example: " Content-Type: TEXT/mspowerpoint; name="Zapatec_6zap_netvibes_1.ppt" " Indexing for this messages is stop with "fts_solr:
2009 May 06
0
Solr FTS issues (Was fts-solr plugin issue (Marked invalid))
Hi, Sorry for the change of thread, I just signed up to the list so I couldn't reply to the earlier message. Let me clarify the issue that Nikolai was describing. We're running dovecot 1.1.11 and solr 1.4. The issue is quite simple. 1. I run a search. 2. Dovecot sends a list of emails to solr 3. Solr starts indexing them 4. Solr runs into a "bad" email and we get: SEVERE:
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).
2007 Jul 21
0
copying large number of files from XP to Samba fails
I have a new Sun Fire AMD64 server running Solaris 10 12/06 and Samba 3.0.21b. I have migrated a configuration file from an older RHEL machine running Samba 2.2.x. On this new machine, if one tries to copy a large number of files from a Windows XP client to the server, the copy starts and runs for a few minutes, but then stops. The error message on the XP machine is "Cannot copy
2019 Apr 11
0
AD migration issues
On Thu, 11 Apr 2019 12:05:13 +0000 Praveen Ghimire via samba <samba at lists.samba.org> wrote: > Hi , > > We migrated to AD account in a Ubuntu 16.04 (Samba 4.3.11)and came > across issues with user shares. Some of the users were able to access > the shares and some were not. Can I suggest you migrate again, this time to Ubuntu 18.04, this will get you a supported (by
2004 Aug 06
0
Lost ogg sync using jspeex
Hi I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decompressing. I am just planning to test how jspeex works. // File AudioCapture.java import javax.sound.sampled.spi.*; import javax.sound.sampled.*; import org.xiph.speex.spi.*; import java.util.*; import java.net.*; import java.io.*; public
2004 Aug 06
0
Lost ogg sync using jspeex
Hi I am getting lost ogg sync exception when I tried to decompress a speex stream. I am using the following program for both compressing as well as decomressing. I am just planning to test how jspeex works. // File AudioCapture.java import javax.sound.sampled.spi.*; import javax.sound.sampled.*; import org.xiph.speex.spi.*; import java.util.*; import java.net.*; import java.io.*; public
2003 Aug 25
1
Samba 3 problems with file read/writes
I just updated my web server box, running Debian testing, to samba v3, and am having some problems with a share. Can anyone advise me on this? I have a share called "allsrvr" which is defined in my smb.conf file as follows. Please note that security isn't an issue here. The server is connected to my home system via a VPN and all smb/cifs ports are closed to the world at the
2009 May 01
5
fts-solr plugin issue (Marked invalid)
Hi. We user ftp-solr plugin and have problem with solr-1.3+ with HTMLStripWhitespaceTokenizerFactory (Solr schema in attachments). In some maildir's present messages with wrong "Content-Type: " fields in attachments. For example: " Content-Type: TEXT/mspowerpoint; name="Zapatec_6zap_netvibes_1.ppt" " Indexing for this messages is stop with "fts_solr:
2004 Aug 06
0
Please Help, Lost ogg sync using jspeex
<HTML dir=ltr><HEAD></HEAD> <BODY> <DIV id=idOWAReplyText8852 dir=ltr> <DIV dir=ltr><FONT face=Arial color=#000000 size=2><FONT face=Arial color=#000000 size=2>Hi</FONT></DIV></DIV> <DIV dir=ltr> <DIV dir=ltr> <DIV> <DIV><FONT face=Arial size=2></FONT> </DIV> <DIV><FONT face=Arial
2019 Apr 11
1
AD migration issues
Hi Rowland, Thank you for that. We did the testing in a Vmware VM, the actual production box is hosted in SmartOS. Didn't encounter the issues during testing. I am pretty sure it is not a group, it is a user. When I check the AD , I see it as a user. The user with the issue is doesn't have that listed in members of section. With the idmap stuff, the server in question is both DC and
2004 Apr 22
0
calling R from java[Scanned]
look at http://www.omegahat.org/download/index.html for my part, i'm working on Window 2000 and got lots of problem in SJava building due to C code compilation... Cheers Bruno -----Message d'origine----- De : anthony.ferrari at ensimag.imag.fr [mailto:ferraria at ensisun.imag.fr] Envoy?? : jeudi 22 avril 2004 15:15 ?? : rossini at u.washington.edu Cc : r-help at stat.math.ethz.ch;