文本挖掘R(貝葉斯短信分類)學習筆記

getwd() #查找R工作目錄,將文件放入工作目錄路徑下 sms_raw<-read.csv("sms_spam.csv",stringsAsFactors=FALSE) #導入數據,保存名爲sms_raw str(sms_raw) #探索數據結構 sms_raw$type<-factor(sms_raw$type) #將字符串變量轉換成因子 str(sms_raw$type) #探索變量typ
相關文章
相關標籤/搜索