search for: thepreprocessingmethod

Displaying 1 result from an estimated 1 matches for "thepreprocessingmethod".

2012 Aug 01
0
Questions regarding MCRestimate package
....parameter <- c(list(mtry=mtry.range,ntree=ntree.range),parameter.for.preprocessing) r.forest <- MCRestimate(the.expression.set, class.colum, classification.fun="RF.wrap", poss.parameters=list.of.parameter, thePreprocessingMethods=thePreprocessingfunktionsRF, cross.outer=cross.outer, cross.inner=cross.inner, cross.repeat=cross.repeat, reference.class=ref.class, plot.label=plot.label, rand=SEED) save...