R/model.matrix.msc.svm.R

Defines functions model.matrix.msc.svm

model.matrix.msc.svm <- function (object, newdata, ...) 
{
    model.matrix.msc(object, newdata)
}

Try the msr package in your browser

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

msr documentation built on May 30, 2017, 4:23 a.m.