From fd519b0e45c857b266814994ba8c1421f508e522 Mon Sep 17 00:00:00 2001 From: redpony Date: Tue, 27 Jul 2010 16:13:19 +0000 Subject: preso git-svn-id: https://ws10smt.googlecode.com/svn/trunk@435 ec762483-ff6d-05da-a07a-a48fb63a330f --- report/pyp_clustering/eval/urdu.R | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 report/pyp_clustering/eval/urdu.R (limited to 'report/pyp_clustering/eval/urdu.R') diff --git a/report/pyp_clustering/eval/urdu.R b/report/pyp_clustering/eval/urdu.R new file mode 100644 index 00000000..8c6fb1b7 --- /dev/null +++ b/report/pyp_clustering/eval/urdu.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