Mercurial > repos > deepakjadmin > caret_tools_test_1
view test.R @ 0:463a876ec2cf draft
Uploaded
author | deepakjadmin |
---|---|
date | Fri, 25 Sep 2015 06:19:00 -0400 |
parents | |
children |
line wrap: on
line source
args <- commandArgs(T) arg1 <- args[1] ## Reae Input prediction file library("Rcpp") library("Hmisc") library("caret") library("randomForest") library("e1071") libray("pROC") asd <- sessionInfo() save(asd,file=arg1)