Home
last modified time | relevance | path

Searched defs:negCol (Results 1 – 4 of 4) sorted by relevance

/dports/devel/R-cran-caret/caret/R/
H A Dspecificity.R47 negCol <- which(colnames(tmp) %in% negative) functionVar
H A Dsensitivity.R181 negCol <- which(!(colnames(tmp) %in% positive)) functionVar
H A DposPredValue.R43 negCol <- which(!(colnames(tmp) %in% positive)) functionVar
H A DnegPredValue.R41 negCol <- which(colnames(tmp) %in% negative) functionVar