In our organization, modelers are now using random forest technique to create models. the job for us IT is to implement the trees genereated via R into the production environment for day to day scoring on data. I know how to extract trees from R but haven't found any good answer about how we can implement the huge no of trees in the production using java/c/perl or database.
thanks