R/predClass.R

Defines functions `predClass`

`predClass` <-
function(obj) {
    as.numeric(apply(obj$Ptest, 1, which.max));
}

Try the vbmp package in your browser

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

vbmp documentation built on Nov. 8, 2020, 5:38 p.m.