From b5ca2bd7001a385594af8dc4b9206399c679f8c5 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Wed, 22 Dec 2010 08:58:07 -0600 Subject: remove report --- report/pyp_clustering/acl09-short/code/noP0pred.m | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 report/pyp_clustering/acl09-short/code/noP0pred.m (limited to 'report/pyp_clustering/acl09-short/code/noP0pred.m') diff --git a/report/pyp_clustering/acl09-short/code/noP0pred.m b/report/pyp_clustering/acl09-short/code/noP0pred.m deleted file mode 100644 index f72f1432..00000000 --- a/report/pyp_clustering/acl09-short/code/noP0pred.m +++ /dev/null @@ -1,11 +0,0 @@ -function output = antoniakpred(input,b) - -uniqin = unique(input); -prediction = zeros(max(input),1); - -for i = 1:length(uniqin) - prediction(uniqin(i)) = b*log((b+uniqin(i))/b); -end - -output = prediction(input); - -- cgit v1.2.3