Displaying 4 results from an estimated 4 matches for "culp".
Did you mean:
colp
2009 Mar 02
3
FW: partial residual plots
I was advised someone might be able to help me with this.
Very truly yours,
Dwayne E. Culp, P.E., CFM
Effective February 8, 2009, my contact information becomes:
Dwayne E. Culp, P.E., CFM | JACOBS ENGINEERING GROUP : North American
Infrastructure | Manager: Hydrology & Hydraulics Section | 5995 Rogerdale
Road- B2047B | Houston, TX 77072 | 281-776-2109 | 832.351.7766 Fax |
713.8...
2011 Jul 07
0
Can't reproduce ada example
Dear R Users,
I'm having trouble reproducing the results in Section 5.1 of
Culp, M., Johnson, K., Michailidis, G. (2006). ada: an R Package for
Stochastic Boosting Journal of Statistical Software, 16
They build and display a boosting model with the code:
library("ada")
n <- 12000
p <- 10
set.seed(100)
x <- matrix(rnorm(n*p), ncol=p)
y <- as.factor(c(-1,...
2002 Jan 02
0
Wizardry 8
...;, "Desktop" did not
help.
I'd appreciate any help on debugging this problem.
-Hilko
--
"In this case the virus author chose to target Outlook probably
because it gave him better reach. There isn't a security vulnerability
in Outlook involed in this at all." -- Scott Culp, Microsoft security
program manager about ILOVEYOU
2009 May 03
6
[RFC] The reflink(2) system call.
Hi everyone,
I described the reflink operation at the Linux Storage &
Filesystems Workshop last month. Originally implemented as an
ocfs2-specific ioctl, the consensus was that it should be a syscall from
the get-go. Here's some first-cut patches.
For people who have not seen reflink, either at LSF or on the
ocfs2 wiki, the first patch contains
Documentation/filesystems/reflink.txt to