From 823873f470eabbf6dd0e080dd91ccdcb7f4aa005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Arild=20M=C3=A6land?= Date: Wed, 22 Sep 2010 09:27:45 +0200 Subject: [PATCH] New Formula: timbl TiMBL (Tilburg Memory-Based Learner) is a machine learning program implementing a family of Memory-Based Learning techniques. TiMBL stores a representation of the training set explicitly in memory (hence `Memory Based'), and classifies new cases by extrapolating from the most similar stored cases. Signed-off-by: Adam Vandenberg --- Formula/timbl.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Formula/timbl.rb diff --git a/Formula/timbl.rb b/Formula/timbl.rb new file mode 100644 index 00000000000..7f74f87cc8e --- /dev/null +++ b/Formula/timbl.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Timbl