summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/llh.R
blob: 907fc6471644d3c98c82194a6fd4d4f960a34a2b (plain)
1
2
3
4
5
6
data <- read.table("/Users/redpony/ws10smt/report/pyp_clustering/llh.dat", sep=" ", header=TRUE)
attach(data)
pdf("llh.pdf")
plot(Samples,C25,type="o",pch=23,col="blue",ylab="LLH")
lines(Samples,C10,type="o",col="red")
dev.off()