search for: cv_index

Displaying 2 results from an estimated 2 matches for "cv_index".

Did you mean: cu_index
2008 Oct 08
0
Samba 3.x reports "not implemented" when Server 2008 SMB client requests FSCTL_GET_OBJECT_ID
...MA2 (1.2.3.4) closed connection to service galaxy SMB Client logs (Process Explorer, Server 2008 SP1 server) ============================================ (of interest is the NOT SUPPORTED lines) 226 10:15:17.4357270 AM archiveIndex.exe 6064 QueryEAFile \\unix\galaxy\IndexCache\CV_Index\2\180\1223420221\tree.dat 0xC0000052 227 10:15:17.4360329 AM archiveIndex.exe 6064 QueryStreamInformationFile \\brbackup1\galaxy\IndexCache\CV_Index\2\180\1223420221\tree.dat SUCCESS 0: ::$DATA 228 10:15:17.4362604 AM archiveIndex.exe 6064 FileSystemControl...
2012 Apr 06
0
resampling syntax for caret package
...# start example library(caret) # to obtain data library(rda) data(colon) # add colnames myind <- seq(1:ncol(colon.x)) mynames <- paste("A",myind,sep="") colnames(colon.x) <- mynames outcome <- factor(as.character(colon.y),levels=c("1","2")) cv_index <- 1:length(outcome) predictions <- rep(-1,length(cv_index)) pamGrid <- seq(0.1,5,by=0.2) pamGrid <- data.frame(.threshold=pamGrid) # manual leave-one-out for (holdout in cv_index) { pamFit1 <- train(colon.x[-holdout,], outcome[-holdout], method = "pam",...