由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - How to do Naive Bayes in R?
相关主题
R: how to refer function arguments within function?关于在R中对字符数组进行比较
a simple Bayesian question急需工作推荐,兄弟姐妹们帮帮忙吧,你也可以赚referral bonus
请教一个R:K-means的问题市场咨询公司招人,有兴趣的请发简历~
R kmeans issue, plot result问一个naive的问题,一般two way ANOVA是假设有interaction还是没有?
k means clustering number[转载] Frequentist View and Bayesian View
还是run SVM的问题Bayes统计学集大成者: Jim Berger【ZZ】
Urgent: Hierarchical / Kmeans Clustering Analysis in R 哪个更快?抛砖引玉:敢问路在何方?
Sample size for clustering analysis[合集] 统计master, UCI&UCSB, 选哪个?
相关话题的讨论汇总
话题: naive话题: bayes话题: iris话题: do话题: data
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
I am wondering if anybody here have a simple example in R for Naive
Bayes.
For example, I can do k-means clustering on the "iris" data -
data(iris)
cl <- kmeans(iris[,1:4], 3)
cl$cluster
cbind(1:150,iris$Species)
===========
But how to do Naive Bayes classification in the same "iris" data?
Many thanks!
d**n
发帖数: 198
2
write one

【在 S******y 的大作中提到】
: I am wondering if anybody here have a simple example in R for Naive
: Bayes.
: For example, I can do k-means clustering on the "iris" data -
: data(iris)
: cl <- kmeans(iris[,1:4], 3)
: cl$cluster
: cbind(1:150,iris$Species)
: ===========
: But how to do Naive Bayes classification in the same "iris" data?
: Many thanks!

q**j
发帖数: 10612
3
and do not forget to share after you are done.

【在 d**n 的大作中提到】
: write one
S******y
发帖数: 1123
4
library(e1071)

【在 q**j 的大作中提到】
: and do not forget to share after you are done.
1 (共1页)
进入Statistics版参与讨论
相关主题
[合集] 统计master, UCI&UCSB, 选哪个?k means clustering number
a question about least favorable prior还是run SVM的问题
Re: 统计专业+加州 (转载)Urgent: Hierarchical / Kmeans Clustering Analysis in R 哪个更快?
请问bayesian在工业界用处大不大Sample size for clustering analysis
R: how to refer function arguments within function?关于在R中对字符数组进行比较
a simple Bayesian question急需工作推荐,兄弟姐妹们帮帮忙吧,你也可以赚referral bonus
请教一个R:K-means的问题市场咨询公司招人,有兴趣的请发简历~
R kmeans issue, plot result问一个naive的问题,一般two way ANOVA是假设有interaction还是没有?
相关话题的讨论汇总
话题: naive话题: bayes话题: iris话题: do话题: data