modelNB: modelNB Function

Description Usage Arguments Examples

View source: R/modelNB.R

Description

This function allows you to check if a news article is authentic or fake. It was trained using the Naive Bayes Algorithms from the package e1071, and the the Kaggle Fake News Dataset

Usage

1
modelNB(fileName)

Arguments

fileName

Examples

1
modelNB(FileName)

adeloaleman/RFakeNewsDetector documentation built on June 9, 2020, 5:50 a.m.