search for: origni

Displaying 8 results from an estimated 8 matches for "origni".

Did you mean: origin
2006 Aug 09
2
How to draw the decision boundaries for LDA and Rpart object
Hello useR, Could you please tell me how to draw the decision boundaries in a scatterplot of the original data for a LDA or Rpart object. For example: > library(rpart) >fit.rpart <- rpart(as.factor(group.id)~., data=data.frame(Data) ) How can I draw the cutting lines on the orignial Data? Or is there any built in functions that can read the rpart object 'fit.rpart' to do that? Thanks very much in advance! Leon [[alternative HTML version deleted]]
2002 May 01
1
Wine's regsvr32 use
Hi, I have a program that tries to launch regsrv32. Since a replacement has been made by Andriy & Jorgen, i should be able to remove the orignial regsvr32.exe and wine's regsvr32.so. So what must I do to make my software use it ? ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
2006 Nov 16
1
Confusion about Dll Overriding
...system[32]" directory? if so, why i have to bother with the winecfg, why not directlly copy files into the "c:\windows\system[32]' and hope it will be loaded as neccessary? and, i found there are still many DLLs in the "c:\windows\system[32]" and get much smaller size than orignial windows native files. what does this mean? -- woody then sun rose thinly from the sea and the old man could see the other boats, low on the water and well in toward the shore, spread out across the current.
2011 Mar 11
1
run-init in tmpfs
...ive umount /mnt Now the whole future rootfs lies under /newroot. Now I prepare the root switch via run-init: mount -n -o /sys /newroot/sys mount -n -o /dev /newroot/dev mount -n -o /proc /newroot/proc After that cat /newroot/proc/mounts said taht everything is mounted below newroot expect the orignial rootfs. So I try to invoke run-init now: exec run-init -c /dev/console /newroot /sbin/init 5 Now I get this error: run-init: current directory in the same filesystem as the root: error 0 ... I've thought that I can create a new tmpfs under newroot but obviously this does not work. Is it in...
2009 Nov 25
0
Possible bug in "unsplit" (PR#14084)
...quot;drop=drop" } else x <- value[[1L]][rep(NA, len)] split(x, f, drop = drop) <- value x } This works fine in the example above, and the original levels in gr1 and gr2 (i.e. they both have four levels) are maintained in the output data frame such that it has similar attributes as the orignial dff: > dff3 <- unsplit2(dff2, list(dff$gr1, dff$gr2), drop=TRUE) > dff3 gr1 gr2 yy 1 1 1 2.13749771 2 1 2 -0.02166458 3 1 1 0.45960452 4 1 2 2.72074958 5 1 1 -0.17536995 6 2 2 -0.08909495 7 2 1 0.94260802 8 2 2 -0.09979505 9 2 1 1.22240834 10 2 2 -0.81710781 11 2 3 0.76071130 > I...
2008 Jun 22
5
New qemu source drop with improved kqemu module
I have uploaded a current source drop from the qemu subversion repository, to the download area. Additionally, there is a new Kernel kqemu module that will allow a 32-bit guest to run on a 64-bit host. The current source base uses a different code generator from the orignial Dyngen one. The new one is called "TCG" for "The Code Generator" and is supposed to fix the depenedency on gcc-3.x. This means that gcc4 and studio 11/12 could be used. Lastly, I''ve put up instructions on how to compile on OpenSolaris (OS200805) There is a known...
2009 Mar 20
2
Why does the lexical analyzer drop comments ?
It happens in the token function in gram.c:     c = SkipSpace();     if (c == '#') c = SkipComment(); and then SkipComment goes like that: static int SkipComment(void) {     int c;     while ((c = xxgetc()) != '\n' && c != R_EOF) ;     if (c == R_EOF) EndOfFile = 2;     return c; } which effectively drops comments. Would it be possible to keep the information
2003 Dec 01
0
No subject
...sers that should be allowed to log in to the list. Do the same with "access to the PC form the network". (Accourding to my first test yesterday this works with 2.0.7 and NT) Please note: I'm using the german edition of NT: my back translation into english may not have result to the orignial MS words. Christian > > Maybe the most practical thing would be if only local, > > not domain users can log on, but other solutions would be > > acceptable. > > > > Is this possible with Samba as a DC? > > > > Ciao, Lobo > > -- > > To...