This is a R program to demonstrate how to use classification algorithms in R.
Dependencies: caTools: for splitting the data into train and test set  
e1071:for regressor,svm ,naiveBayes algorithms
rpart:for decision tree
class:for knn algorithm
randomForest:for random Forest Algorithm

To install dependencies: type install.packages(<dependency_name>) in R console