comparison.Rd
visualize performance of the algorithm
comparison(x)
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 |
---|
visualization of trained algrithms (for classifiying textual data), comparision and select the best!
# NOT RUN { library(SentiAnalyzer) csv_data <- read.csv(system.file(package = "SentiAnalyzer", "extdata/testing.csv")) comparison <- comparison(csv_data) # }