inst/oldFiles/randTrain.R

randTrain = function(p, data) {
 if (p <= 0 | p >= 1) stop("p must be in (0,1)")
 p
 }
 
 
 
lgatto/MLInterfaces documentation built on May 21, 2019, 5:12 a.m.