R/print.confScore.R

print.confScore <- function(x,...){
  print(x$splitMethod)
  cat("\n")
  avscore <- do.call("rbind",lapply(x$models,function(x){
    mean(x$score)
  }))
  colnames(avscore) <- "MeanConfScore"
  print(avscore)
}

Try the ModelGood package in your browser

Any scripts or data that you put into this service are public.

ModelGood documentation built on May 2, 2019, 5 p.m.