Mercurial > repos > deepakjadmin > caret_tools_test_1
comparison test.R @ 0:463a876ec2cf draft
Uploaded
author | deepakjadmin |
---|---|
date | Fri, 25 Sep 2015 06:19:00 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:463a876ec2cf |
---|---|
1 args <- commandArgs(T) | |
2 arg1 <- args[1] ## Reae Input prediction file | |
3 library("Rcpp") | |
4 library("Hmisc") | |
5 library("caret") | |
6 library("randomForest") | |
7 library("e1071") | |
8 libray("pROC") | |
9 asd <- sessionInfo() | |
10 save(asd,file=arg1) |