summaryrefslogtreecommitdiff
path: root/report/pyp_clustering/llh.R
diff options
context:
space:
mode:
Diffstat (limited to 'report/pyp_clustering/llh.R')
-rw-r--r--report/pyp_clustering/llh.R6
1 files changed, 0 insertions, 6 deletions
diff --git a/report/pyp_clustering/llh.R b/report/pyp_clustering/llh.R
deleted file mode 100644
index 907fc647..00000000
--- a/report/pyp_clustering/llh.R
+++ /dev/null
@@ -1,6 +0,0 @@
-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()