# NOT RUN {
library(nbc4va)
data(nbc4vaData)
# Run naive bayes classifier on random train and test data
train <- nbc4vaData[1:50, ]
test <- nbc4vaData[51:100, ]
results <- nbc(train, test)
# Plot the top 3 causes by CSMF
plot(results, top.plot=3)
# }
Run the code above in your browser using DataLab