print_algorithms: prints available algorithms for train_model() and...

Description Usage Value Author(s) Examples

View source: R/print_algorithms.R

Description

An informative function that displays options for the algorithms parameter in train_model and train_models.

Usage

1

Value

Prints a list of available algorithms.

Author(s)

Timothy P. Jurka

Examples

1
2
library(RTextTools)
print_algorithms()

Example output

Loading required package: SparseM

Attaching package: 'SparseM'

The following object is masked from 'package:base':

    backsolve

[1] "BAGGING"  "BOOSTING" "GLMNET"   "MAXENT"   "NNET"     "RF"       "SLDA"    
[8] "SVM"      "TREE"    

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