search for: run2

Displaying 20 results from an estimated 28 matches for "run2".

Did you mean: run
2009 Mar 09
1
Data Restructuring Question
I think I am overlooking a call or concept in R to help me easily and quickly restructure my data.frame:   Sometimes the data I receive looks like: VariableName, Run1, Run2, Run3, Location temp,               15.0,  16.0,  17.0, There   And other times it looks like: VariableName, Run, Location temp,               17.0, There   I would like to use the header information in order to be able to restructure the first data set to have a similar look as the second, i.e....
2017 Oct 21
2
Help_urgent_how to calculate mean and sd in biomod 2
...new in R. I am trying to implement Biomod 2 package. However, I have a doubt. I want to calculate the mean and sd of "Testing.data" (ROC and TSS) > # let's print the ROC scores of all selected models > myBiomodModelEval_55["ROC","Testing.data",,,] RUN1 RUN2 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10 0.938 0.938 0.926 0.931 0.939 0.918 0.920 0.914 0.935 0.919 > > # let's print the TSS scores > myBiomodModelEval_55["TSS","Testing.data",,,] RUN1 RUN2 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10 0.746 0.763...
2002 Nov 22
1
SAMBA doesn't like me anymore :(
...it seems to be ignoring the --pidfile directive :( Here's my startsamba script: #!/usr/local/bin/bash /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf.staff /usr/local/sbin/nmbd -D -s /usr/local/etc/smb.conf.staff /usr/local/sbin/smbd -D -s /usr/local/etc/smb.conf.students --pidfile /var/run2/smbd.pid /usr/local/sbin/nmbd -D -s /usr/local/etc/smb.conf.students --pidfile /var/run2/smbd.pid The first set places the .pid files in /var/run which has drwxr-xr-x 3 root wheel so I created /var/run2 with the same permissions. Again, this worked for the better part of a day yesterday......
2011 Jul 18
1
Migrate KVM Guest OS failed
Dear All I used Virsh live Migrate KVM Guest OS failed error: unable to set user and group to '104:106' on '/mnt/run2/N2-WINDOWS-XP-1':Invalid argument /mnt/run2/ is a directory of local nfs server another host using nfs client share this directory
2007 Dec 18
3
[LLVMdev] Broken makefile dependencies?
I am seeing a very strange situation where doing: make -C dir all does not rebuild anything in dir, even though stuff is stale. This command is what the recursive makefile uses to walk the directory structure. The really strange thing is that: cd dir; make all does rebuild stuff. Does anyone have any idea what is going on here? I thought they were identical. -Chris
2007 Dec 18
0
[LLVMdev] Broken makefile dependencies?
> make -d -C dir all >run1 > cd dir; make -d all >../run2 cd .. diff -udb run1 run2 | less But maybe you don't have GNU make, but some Apple (BSD-derived) make which doesn't have the "-d" switch ...
2004 Dec 13
2
lists within a list / data-structure problem
...to structure my data well: I want to extraxt various measures from my raw-data. These measures are of different sizes, so I decided to store them in a list, like: run1 <- list(Dom = (my_vector), mean = (my_single_number)) I can do that in a for loop for 40 runs, ending up with 40 lists: run1, run2, ..., run40. To have all the measurements neatly together I thought of making another list, containing 40 sub-lists: > ALL <- list(run1, run2,..., run40) > ALL [[1]] [[1]]$Dom [1] "my_vector" [[1]]$mean [1] "my_single_number" [[2]] [[2]]$Dom [1] "my_vector&q...
2004 Mar 16
2
Documentation on how to put classes and methods in packages with namespace?
...=3, all.names=TRUE) history() q(save="yes") 2. run: search() ls() library(dynamicGraph) search() ls(pos=3, all.names=TRUE) b <- DynamicGraph(1:10) history() The classes and methods of dynamicGraph is not assigned, see the attached "run2.txt", and compare with the list of the objects of dynamicGraph in "run1.txt". I have experimented with the argument "where" to setClass, etc., see the attached "onLoad.R". Regards, Jens Henrik Badsberg ".onAttach" <- function (lib, pkg) {...
2009 May 20
1
Plot data from table with column and row names
Dear All Sorry for what appears a trivial matter - I'm new to R and am stumbling ahead. I have a table of numerical data (36 rows by 12 columns) such as below: GM1 GM2 GM3 GM4 GM5 ...etc GM12 Run1 1 2 1 2 3 ... Run2 2 1 3 2 1 ... ... Run36 2 1 1 1 1 I would like to plot simple line graphs of some of the runs or all 36 to compare together but I can't even get a plot to have the GM1-GM12 on the x-axis and the numerical y -axis with the scores (1 to 3). I think t...
2010 Jul 02
2
merging plot labels in a lattice plot
Hi, I have a lattice lot conditioned on two variables. Example code is: library(lattice) x <- data.frame(d=runif(100), f1=sample(c('yes', 'no'),100,replace=TRUE), f2=c(rep('Run1',30),rep('Run2',30),rep('Run3',40))) histogram(~d | f1 + f2, x) In the plot, for a given value of f2, there are two panels, one for 'n' and one for 'yes'. But above each panel I get the value of f2. What I'd like to be able to do is to have the value of f2 span the two panels (ie...
2017 Oct 26
0
Help_urgent_how to calculate mean and sd in biomod 2
...sd of > "Testing.data" > (ROC and TSS) > > > # let's print the ROC scores of all selected models > > > myBiomodModelEval_55["ROC","Testing.data",,,] > > > RUN1 RUN2 RUN3 RUN4 RUN5 RUN6 RUN7 RUN8 RUN9 RUN10 > > 0.938 0.938 0.926 0.931 0.939 0.918 0.920 0.914 0.935 0.919 > > > > # let's print the TSS scores > > > myBiomodModelEval_55["TSS","Testing.data",,,] &gt...
2017 Jun 03
2
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
...) Samba is running on ysmah02. 15:20:40 -> Get the extended attributes for all files in the bricks on both servers ysmha01 and ysmha02 before accessing the file: cd /bricks/hdds/brick/vfsgluster/ find . -type f -exec getfattr -m . -d -e hex {} \; >> /tmp/ysmha01-attributes-before-rename-run2 find . -type f -exec getfattr -m . -d -e hex {} \; >> /tmp/ysmha02-attributes-before-rename-run2 15:21-ish -> Cannot open file so I do a rename and rename back via Windows explorer 15:22-ish -> Get the extended attirbutes again after renaming the file. At this point I can open the fi...
2018 Sep 25
3
[cfe-dev] New warnings when building trunk with GCC 9
...lt;< "empty constructor"; } A(const A&) { std::cout << "copy constructor\n"; } A(A&&) { std::cout << "move constructor\n"; } }; struct B { B(A a) {} }; A getA() { return A(1); } B run1() { A a = getA(); return std::move(a); } B run2() { A a = getA(); return a; } int main() { std::cout << "with move:\n"; run1(); std::cout << "no move:\n"; run2(); } On Tue, Sep 18, 2018 at 4:07 PM Richard Trieu <rtrieu at google.com> wrote: > I'll look into the pessimizing move warnin...
2009 May 11
1
3d Scatterplot using rgl
...lement related to a count variable. I would like to plot the points using plot3d with the sizes of the points related to the fourth element in the matrix. Is this possible with plot3d or do I need to use something else? I include a small example of what I am trying to do swadt A B C run1 run2 run3 run4 run5 run6 93 96 51 0.1 NA 0.1 NA NA NA 93 97 50 0.3 NA NA 0.1 NA NA 93 98 49 0.1 NA NA NA NA NA 94 95 51 NA NA NA NA NA 0.1 94 100 46 0.1 NA NA NA NA NA 94 96 50 2.1 0.1 1.0 0.7 0.8 0.4 94 97 49 3.2 0.9 1.9...
2017 Jun 12
1
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
.... > > 15:20:40 -> Get the extended attributes for all files in the bricks on > both servers ysmha01 and ysmha02 before accessing the file: > cd /bricks/hdds/brick/vfsgluster/ > find . -type f -exec getfattr -m . -d -e hex {} \; >> > /tmp/ysmha01-attributes-before-rename-run2 > find . -type f -exec getfattr -m . -d -e hex {} \; >> > /tmp/ysmha02-attributes-before-rename-run2 > > 15:21-ish -> Cannot open file so I do a rename and rename back via > Windows explorer > 15:22-ish -> Get the extended attirbutes again after renaming the > fil...
2015 Feb 10
1
Dial Plan Issue
...cuting [xxxxxxxxxx @subMachine:2] Set("SIP/SMtrunk1-0000000f", "IVR_MSG=temp/0250002") in new stack [2015-02-10 15:01:16] VERBOSE[32567][C-0000000f] pbx.c: -- Executing [xxxxxxxxxx at subMachine:3] System("SIP/SMtrunk1-0000000f", "/bin/echo -e "xxxxxxxxxx,RUN2,i9,02102015145822,MACHINE,SIP/SMtrunk1-0000000f,02.10.2015 15.01">>log/outbound.txt") in new stack [2015-02-10 15:01:16] VERBOSE[32567][C-0000000f] pbx.c: -- Executing [xxxxxxxxxx @subMachine:4] Playback("SIP/SMtrunk1-0000000f", "temp/0250002") in new stack [...
2004 Mar 16
0
VS: Documentation on how to put classes and methods in packages with namespace?
...t;) > > 2. run: > > search() > ls() > library(dynamicGraph) > search() > ls(pos=3, all.names=TRUE) > b <- DynamicGraph(1:10) > history() > > The classes and methods of dynamicGraph is not assigned, see the attached "run2.txt", > and compare with the list of the objects of dynamicGraph in "run1.txt". > > I have experimented with the argument "where" to setClass, etc., see the attached > "onLoad.R". > > Regards, > > Jens Henrik Badsberg > > &g...
2011 Feb 24
4
Running code sequentially from separate scripts (but not functions)
Hello! I am wondering if it's possible to run - in sequence - code that is stored in several R scripts. For example: Script in the file "code1.r" contains the code: a = 3; b = 5; c = a + b Script in the file "code2.r" contains the code: d = 10; e = d - c Script in the file "code3.r" contains the code: result=e/a I understand that I could write those 3 scripts
2018 Sep 16
2
[cfe-dev] New warnings when building trunk with GCC 9
Yes, we should produce this warning in C++11 mode too. (I could be misrecalling, but I think the rationale for the current behaviour is based on historical GCC behaviour.) On Sun, 16 Sep 2018, 10:04 David Blaikie via cfe-dev, < cfe-dev at lists.llvm.org> wrote: > Fair point made on that thread - that this is a DR, so technically the > std::move is pessimizing even in C++11 mode.
2017 Jun 03
0
URGENT: Update issues from 3.6.6 to 3.10.2 Accessing files via samba come up with permission denied
On 03-Jun-2017 3:27 AM, "Diego Remolina" <dijuremo at gmail.com> wrote: Hi everyone, Is there anything else we could do to check on this problem and try to fix it? The issue is definitively related to either the samba vfs gluster plugin or gluster itself. I am not sure how to pin it down futher. I don't think it is vfs plugin because you haven't updated samba packages