R/Other.classifier.R

Defines functions Other.classifier

Documented in Other.classifier

Other.classifier <-
    function(x #n by p trining data matrix
           , grouping #n vector of the classes of the trining samples
           , xTest  #n.test by p test data matrix
           , CV = FALSE #performs leave-one-out cross-validation if CV is TRUE 
           , ... )
        {
   #Write code for choice of base classifier that returns vetor of predicted classes of the training or test set as variable class 
   }

Try the RPEnsemble package in your browser

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

RPEnsemble documentation built on Feb. 24, 2021, 5:06 p.m.