diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-22 08:58:07 -0600 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2010-12-22 08:58:07 -0600 |
commit | b5ca2bd7001a385594af8dc4b9206399c679f8c5 (patch) | |
tree | 332cb09a27f783760532e688e14bde21a128bb2b /report/pyp_clustering/eval/urdu.R | |
parent | 86805dcb8aaaa716fdc73725ad41e411be53f6a6 (diff) |
remove report
Diffstat (limited to 'report/pyp_clustering/eval/urdu.R')
-rw-r--r-- | report/pyp_clustering/eval/urdu.R | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/report/pyp_clustering/eval/urdu.R b/report/pyp_clustering/eval/urdu.R deleted file mode 100644 index 8c6fb1b7..00000000 --- a/report/pyp_clustering/eval/urdu.R +++ /dev/null @@ -1,5 +0,0 @@ -data <- read.table("urdu.dat", header=TRUE) -attach(data) -data.lm <- glm(BLEU ~ ConditionalEntropy) -plot(data$ConditionalEntropy,data$BLEU) -abline(data.lm) |