From 1090a065dc48211dd71f4980cf8ff34e47333ad0 Mon Sep 17 00:00:00 2001 From: redpony Date: Mon, 23 Aug 2010 21:57:46 +0000 Subject: correlation stuff git-svn-id: https://ws10smt.googlecode.com/svn/trunk@617 ec762483-ff6d-05da-a07a-a48fb63a330f --- report/pyp_clustering/bleu_condentropy.R | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 report/pyp_clustering/bleu_condentropy.R (limited to 'report/pyp_clustering/bleu_condentropy.R') diff --git a/report/pyp_clustering/bleu_condentropy.R b/report/pyp_clustering/bleu_condentropy.R new file mode 100644 index 00000000..8c6fb1b7 --- /dev/null +++ b/report/pyp_clustering/bleu_condentropy.R @@ -0,0 +1,5 @@ +data <- read.table("urdu.dat", header=TRUE) +attach(data) +data.lm <- glm(BLEU ~ ConditionalEntropy) +plot(data$ConditionalEntropy,data$BLEU) +abline(data.lm) -- cgit v1.2.3