R/pred.cz.R

#------------------------------------------------------------#

### prediction in multicategory classification

pred.cz=function(f)
{
y=min(which(f==max(f)))
return(y)
} 

Try the probsvm package in your browser

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

probsvm documentation built on May 1, 2019, 10:56 p.m.