R/print_algorithms.R

Defines functions print_algorithms

Documented in print_algorithms

print_algorithms <- function() {
	algorithms <- c("BAGGING", "BOOSTING", "GLMNET", "NNET", "RF", "SLDA", "SVM", "TREE")
	print(algorithms)
}

Try the RTextTools package in your browser

Any scripts or data that you put into this service are public.

RTextTools documentation built on April 26, 2020, 9:05 a.m.