Displaying 5 results from an estimated 5 matches for "mycv".
Did you mean:
mgcv
2006 Apr 27
0
pamr package: pamr.adaptthresh() error rates
...s.character(1:nrow(mat))
mydata <- list(x= mat,y=factor(actclass),geneid = geneid ,genenames=gs)
mytrain <- pamr.train(mydata)
new.scales <- pamr.adaptthresh(mytrain,ntries = 10, reduction.factor = 0.9) mytrain2 <- pamr.train(mydata,threshold.scale = new.scales)
mycv <- pamr.cv(mytrain2,mydata,nfold = 10)
res1 <- pamr.confusion(mycv, threshold = mytrain2$threshold.scale,extra = FALSE)
print(res1)
res2 <- pamr.confusion(mycv, threshold = 2,extra = FALSE)
print(res2)
########################### END CODE ####################...
2006 Apr 27
0
package pamr: pamr.adaptthresh() error rates
...(mat)) gs = as.character(1:nrow(mat)) mydata <- list(x= mat,y=factor(actclass),geneid = geneid ,genenames=gs)
mytrain <- pamr.train(mydata) new.scales <- pamr.adaptthresh(mytrain,ntries = 10, reduction.factor = 0.9)
mytrain2 <- pamr.train(mydata,threshold.scale = new.scales) mycv <- pamr.cv(mytrain2,mydata,nfold = 10) res1 <- pamr.confusion(mycv, threshold = mytrain2$threshold.scale,extra = FALSE) print(res1) res2 <- pamr.confusion(mycv, threshold = 2,extra = FALSE) print(res2) ########################### END CODE ##################...
2006 Apr 27
0
package pamr: pamr.adapthresh() ---- Take 2!
...s.character(1:nrow(mat))
mydata <- list(x= mat,y=factor(actclass),geneid = geneid ,genenames=gs)
mytrain <- pamr.train(mydata)
new.scales <- pamr.adaptthresh(mytrain,ntries = 10, reduction.factor = 0.9) mytrain2 <- pamr.train(mydata,threshold.scale = new.scales)
mycv <- pamr.cv(mytrain2,mydata,nfold = 10)
res1 <- pamr.confusion(mycv, threshold = mytrain2$threshold.scale,extra = FALSE)
print(res1)
res2 <- pamr.confusion(mycv, threshold = 2,extra = FALSE)
print(res2)
########################### END CODE ####################...
2003 Aug 10
9
updated gssapi diff
this is the proposed gssapi diff against OpenSSH-current (non-portable).
note: if this goes in, the old krb5 auth (ssh.com compatible) will be
removed.
please comment.
jakob
Index: auth.h
===================================================================
RCS file: /home/hack/jakob/mycvs/sshgss/auth.h,v
retrieving revision 1.1.1.2
retrieving revision 1.3
diff -u -r1.1.1.2 -r1.3
--- auth.h 10 Aug 2003 14:06:43 -0000 1.1.1.2
+++ auth.h 10 Aug 2003 14:25:01 -0000 1.3
@@ -67,6 +67,7 @@
krb5_principal krb5_user;
char *krb5_ticket_file;
#endif
+ void *methoddata;
};
/*
* Eve...
2010 Jun 09
1
Finding the bootstrapped coefficient of variation and the stderr on the CV(boot)
Dear R-Helpers,
I am trying to bootstrap the coefficient of variation on a suite of
vectors, here I provide an example using one of the vectors in my
study. When I ran this script with the vector x <-c(0.625,
0.071428571, 0.133333333, 0.125, 0), it returned CV(boot) [the second
one], and stderr(boot) [the second one] without problem. However, when
I ran it with the vector in the