R/naiveBayesScore.R

Defines functions naiveBayesScore

Documented in naiveBayesScore

naiveBayesScore <-
function(x, y=NULL, p1=NULL, pcaMethod='prcomp', pcaParams=NULL){
  return(naiveBayesModel(x=x, y=y, pcaMethod=pcaMethod, pcaParams=pcaParams))
}
juscelino-izidoro/supcavs documentation built on Jan. 2, 2022, 7:49 a.m.