BuildTraining: Train Machine learning algorithms and give trained models

Description Usage Arguments Value Author(s) Examples

Description

Train Machine learning algorithms and give trained models

Usage

1

Arguments

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

Value

trained models

Author(s)

Atousa Zarindast

Examples

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)

zahrakhoshmanesh/FinalProjectSTAT585 documentation built on June 4, 2019, 1:57 p.m.