Description Usage Arguments Value Author(s) Examples
Train Machine learning algorithms and give trained models
1 |
x |
input is a dataframe for bag of word file in which columns are the terms and row are binary variable 1 if that term exist in that data instance |
trained models
Atousa Zarindast
1 2 3 4 5 6 7 8 9 | ## Not run:
library(SentiAnalyzer)
csv_data <- read.csv(system.file(package = "SentiAnalyzer", "extdata/testing.csv"))
my_training_data <- BuildTraining(csv_data)
## End(Not run)
# csv_data <- read.csv(system.file(package = "SentiAnalyzer", "extdata/testing1.csv"))
# trained_models <- BuildTraining(csv_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.