visualize performance of the algorithm

comparison(x)

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

visualization of trained algrithms (for classifiying textual data), comparision and select the best!

Examples

# NOT RUN {
library(SentiAnalyzer)
csv_data <- read.csv(system.file(package = "SentiAnalyzer", "extdata/testing.csv"))
comparison <- comparison(csv_data)
# }