search for: klimt

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

Did you mean: klima
2009 Apr 02
1
Start Klimt from R
Hello, I want to start Klimt from S.Urbanek directly from R. In the description of klimt is the following R-Code: source("klimt.r"); d<-read.table("mydataset.txt"); t<-tree(OUT2~.,d); Klimt(t,d); One should make sure, that the klimt.jar is in the working directory of R (in my case "C:\Program...
1998 Aug 25
1
static entries to WINS, how to do correct ?
Dear samba users, I'm trying to add static entries to a samba WINS server (samba-1.9.18p8-51.2). Therefore I have a file /etc/samba/lmhosts: -------------------------------------------- klimt.iwr KLIMT klee KLEE -------------------------------------------- and start nmb with: /usr/sbin/nmbd -d 3 -H /etc/samba/lmhosts The problem now is: Only if "wins proxy=yes" is set in smb.conf (see below) the hosts are found via broadcast from a win95 machine if you use &...
2009 May 12
1
questions on rpart (tree changes when rearrange the order of covariates?!)
...etes~., data=mydata,method="class") plot(fit2,uniform=T,main="CART for original data") text(fit2,use.n=T,cex=0.6) printcp(fit2) table(predict(fit2,type="class"),mydata$diabetes) ## misclassifcation table: rows are fitted class neg pos neg 437 68 pos 63 200 #Klimt(fit2,mydata) pmydata<-data.frame(mydata[,c(1,6,3,4,5,2,7,8,9)]) fit3<-rpart(diabetes~., data=pmydata,method="class") plot(fit3,uniform=T,main="CART after exchaging mass & glucose") text(fit3,use.n=T,cex=0.6) printcp(fit3) table(predict(fit3,type="class"),pmy...
1997 Nov 01
0
1.9.17p4 - Hanging smbd on logout ?!
...the samba service. It seems that at logoff sometimes the smbd won't die and won't free the used tcp/ip socket: Output from "netstat -a": Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 162 0 klimt.iwr.u:netbios_ssn bildpc2.iwr.uni-he:1037 CLOSE tcp 101 0 klimt.iwr.u:netbios_ssn bildpc2.iwr.uni-he:1027 CLOSE tcp 64 0 klimt.iwr.u:netbios_ssn bildpc2.iwr.uni-he:1029 CLOSE A gdb smbd <pid> yields to: Attaching to program `/usr/sbin/smbd', process 10522 Reading sy...
2003 Jan 08
1
Tools for tree naviguation
Sorry for this out-of-topic message. A while ago, somebody mentioned a software (an R interface xas in development at that time) to graphically look inside classification/regression trees and calculate various statistics on their nodes. Unfortunatelly, I lost the link and do not remember at all the name of the software. Could someone refresh my poor memory,... or perhaps point me on other
2007 Aug 16
1
Regression tree: labels in the terminal nodes
Dear everybody, I'm a new user of R 2.4.1 and I'm searching for information on improving the output of regression tree graphs. In the terminal nodes I am up to now able to indicate the number of values (n) and the mean of all values in this terminal node by the command > text(tree, use.n=T, xpd=T) Yet I would like to indicate automatically in the output graph of the tree some
1997 Jul 18
1
Visual C 5.0 loosing on samba1.17alpha4
On Fri, 11 Jul 1997, Hermann Lauer wrote: > The bad news: One of my Users complains that the Visual C 5.0 Compiler stops > working with mysterious error messages (On a NT 4.0SP3 Workstation). > The compiler seems not to find required dlls, exes and so on - despite the > fact, > that it is installed locally and only the files it works on comes via samba. I have found that the M$ VC
2007 May 09
4
Unit Testing Frameworks: summary and brief discussion
Greetings - I'm finally finished review, here's what I heard: ============ from Tobias Verbeke: anthony.rossini@novartis.com wrote: > Greetings! > > After a quick look at current programming tools, especially with regards > to unit-testing frameworks, I've started looking at both "butler" and > "RUnit". I would be grateful to receieve real