Displaying 20 results from an estimated 11000 matches similar to: "Pausing R"
2009 Oct 21
2
SVM probability output variation
Dear R:ers,
I'm using the svm from the e1071 package to train a model with the
option "probabilities = TRUE". I then use "predict" with "probabilities
= TRUE" and get the probabilities for the data point belonging to either
class. So far all is well.
My question is why I get different results each time I train the model,
although I use exactly the same data.
2010 May 19
1
Pausing calculations for a fixed amount of time
Is there any way to pause R for a gvien time period, i.e. without the
need for user intervention? I've got a loop that I want to have work
as hard as it can as long as there is data coming in, but when there
is no new data, I would like it to pause before checking again.
Something like in the following construction:
Set up environment: load libraries, establish database connections, etc.
2016 Jul 27
2
[RFC] One or many git repositories?
On 7/27/2016 1:04 PM, James Molloy via llvm-dev wrote:
> This thread is not particularly inviting. It has over 300 replies at the
> time of writing and we don't all have the time to delve into such a
> quagmire. That doesn't mean our opinions are worthless.
It doesn't take reading all responses to see where the discussion is
going. Important decisions take time to make.
2008 Aug 30
1
Saving 3d objects vs. pausing in non-interactive (scripted) mode
I am using the RGL library in scripted (non-interactive) mode, but wish to
give the data analyst an opportunity to exam the 3D plots. The "data
analysts" understand the data, but not R. My intent is to provide simple
Windows (XP) batch files that call R and automatically pass scripts to it,
and thus permit the analyst to easily access graphics without having to cut
and paste commands
2011 Oct 16
3
need help in pausing a script
Hey, I'm new to R. I wrote a script for doing several statistic tests and
plot. is there any way to add a kind of pause function which halts script
execution until a key is pressed. Please help fast if you can
--
View this message in context: http://r.789695.n4.nabble.com/need-help-in-pausing-a-script-tp3909815p3909815.html
Sent from the R help mailing list archive at Nabble.com.
2017 Jun 12
1
[PATCH v11 4/6] mm: function to offer a page block on the free list
On 06/12/2017 01:34 PM, Michael S. Tsirkin wrote:
> On Mon, Jun 12, 2017 at 09:42:36AM -0700, Dave Hansen wrote:
>> On 06/12/2017 09:28 AM, Michael S. Tsirkin wrote:
>>>
>>>> The hypervisor is going to throw away the contents of these pages,
>>>> right?
>>> It should be careful and only throw away contents that was there before
>>>
2017 Jun 12
1
[PATCH v11 4/6] mm: function to offer a page block on the free list
On 06/12/2017 01:34 PM, Michael S. Tsirkin wrote:
> On Mon, Jun 12, 2017 at 09:42:36AM -0700, Dave Hansen wrote:
>> On 06/12/2017 09:28 AM, Michael S. Tsirkin wrote:
>>>
>>>> The hypervisor is going to throw away the contents of these pages,
>>>> right?
>>> It should be careful and only throw away contents that was there before
>>>
2005 Mar 03
3
Audio pausing over IAX trunk
I have looked through the archives, and can only find old references to
this problem that appear to be no longer relevant, so I thought I'd ask
again.
I am having a problem with periodic breaks in audio over an IAX trunk.
The interruption only happens in one direction, and (I think) only with
clients built on the open source libiax.
Codec is irrelevant, and jitterbuffer on/off seems to
2002 Nov 12
1
Samba with Win2K client -- dual network cards -- same segment
Interesting note:
I have a laptop with an integrated 802.11b interface, and a 10/100
interface. Normally, I use the 10/100 for the sake of speed, but
occasionally I like to go for a walk with the unit. Basic services such
as mail, web, etc. are basically unaffected (except in the area of
throughput), but SMB goes into a FUNK! Trying to access my Samba server
(2.2.6) over the wireless causes
2000 Jun 22
1
'pausing' in R
I have this 'odd' problem; I need to let R pause, for a given time, before
starting next iteration in a loop. I'm using the following to do this
task, but feel a little bit guilty because I'm using as much CPU time as I
can get while pausing:
while(keepGoing) {
t.end <- proc.time()[3] + 5 ## the time this loop should end at
[block of R commands]
while(proc.time()[3]
2006 May 02
5
Windows Genuine Advantage
If this is off subject or has already been addressed, sorry. "Windows
Genuine Advantage" looks like a move to make wine worthless. What I
mean is that M$ development API pushes windows developers' applications
to require you install IE 6.0 (soon 7.0) or later, making IE a key part
of wine. If IE requires Genuine MicroSoft (Windows Genuine Advantage)
to install, then most if not all
2004 Apr 22
1
Re: pausing a program
R:
I have a program that runs a For loop for days and I need to (if possible)
pause the program. Any ideas on how to do that? If I use stop, how
certain can I be that all the statements executed in the previous
iteration of the for loop?
Thanks,
Jason Higbee
Research Associate
Federal Reserve Bank of St. Louis
E: jason.l.higbee@stls.frb.org
[[alternative HTML version deleted]]
2010 Aug 06
2
Pausing script to allow user input from keyboard.
Hi all,
I have written a simple R script to help me analyze a large data set.
I would like to have the script pause to allow the user to input a
character string that is subsequently used as a filename when saving
tables. I have tried to use the "readline" command - this seems to
work fine when entering commands one by one, but when I copy and paste
the entire script into R,
2009 Dec 30
2
configure optimization
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Given a server with MySQL userdb/passwd and maildir storage, excluding unused
storages and authentications in configure options does save some memory and/or
speed or is it worthless?
I mean, is there a performance difference between this two versions of configure
parameters or is just a waste of time to exclude what is not used?
./configure
2002 May 14
2
NaN/NA and sprintf double format
With a (late prerelease of) 1.5.0 on Windows, using sprintf on NaN
yields garbage when the number of decimal is specified while it
works fine for NA:
> sprintf("%.2f", NA)
[1] "0.00"
> sprintf("%.2f", NaN)
[1] "-1.#J"
Not specifying the decimal precision lets both print garbage:
> sprintf("%f", NaN)
[1] "-1.#IND00"
>
2005 Sep 21
5
Evolution
When I set up the Evolution mail agent, I could find no way to change
the outbound port from 25 to 587. I have to do this due to port 25
being blocked by the cable company. Thunderbird is no problem. Altho I
don't particularly use Evolution as a mail agent, there are times when I
might use it, but its worthless without being able to send mail out to
my server. Did I miss something in
2019 Nov 14
2
current state of pxelinux for UEFI...
Do note that not everyone is running a Debian based system,
so "the current Debian Testing binary packages" are worthless to us.
On Fri, Nov 08, 2019 at 12:42:45AM +0000, Ady Ady via Syslinux wrote:
> > Any response would be welcome :-)
>
>
> As usual, builds/versions should not be mixed, at least within the same
> platform (bios/ia32/x64).
>
> Currently,
2013 Apr 26
1
Bug#706233: Incorrect information about xm dump-core and pausing or not pausing in xm man page
Package: xen-utils-common
Version: 4.1.4-2
Severity: normal
Hi,
During some research I encountered incorrect information in the man page
of xm, about the dump-core functionality:
The man page says: "Defaults to dumping the core without pausing the
domain if no I<OPTIONS> are specified."
When taking a look at the source code of this process, the default
behaviour is to actually
2005 May 09
2
3.0.14 and MacOs X (tiger)
Hi!
I upgraded our sambainstallation today since it got into problems with
Windows ADS 2003.
So I installed all suse rmps for 9.2 (samba 3.0.14) and tested with a few
windows boxes and everything works perfektly. No more strange errormessages
in the logs about not finding existing users.
Now to the problem, when I came back to my own computer, MacOs X 10.4, i
suddenly can't use any
2005 Oct 27
2
Unknown auth type
Hi!
I have upgraded our samba from 3.0.9 to 3.0.20 when upgrading our server
to Suse 10.0.
But now our windows-clients have problem to reach the shares in some
circumstances.
They can browse the network find the server and then gain access to the
shares (if the start from "entire network".
They can map a unit to a share.
They can't write in the adress-fields, access denied,