Displaying 2 results from an estimated 2 matches for "anthias".
2014 Jun 27
2
error:max not meaningful for factors
...actor alpha.
Y me da este en el ultimo punto de hacer el plot, alguien sabe que
significa?
library(ROCR)
data(ROCR.simple)
pred <- prediction( ROCR.simple$predictions, ROCR.simple$labels )
perf <- performance( pred, "tpr", "fpr" )
filename<-"rocdata csv.csv"
Anthias<- read.table(filename, sep=",",header=TRUE)
windows(width = 9.5, height = 10.50)
par(mfrow = c(1,1))
cc<-Anthias[1]
ee<-Anthias[2]
aa<-Anthias[3]
perf en x.name<-"FP"
perf en y.name<-"TP"
perf en alpha.name<-"Speed"
bb<-data.frame(...
1999 Jul 06
0
Force Group and NFS mounted dir problems
....
We are using version Samba 2.0.3 and are having troubles making the "force
group" config option work as expected. To make matters more interesting the
file system being samba-shared is mounted from another unix server.
To explain:
Machine "marvin" (Solaris 2.7) exports /mnt/anthias using (/etc/dfs/dfstab):
share -F nfs -o root=forty2.bne.marine.csiro.au:reef2.bne.marine.csiro.au,
rw=forty2.bne.marine.csiro.au:reef2.bne.marine.csiro.au /mnt/anthias
Machine forty2 (Solaris 2.5.1) mounts this as /mnt/anthias. Forty2 runs the
samba server.
I have defined the share as
[anthia...