From e0b634754d1bef33dc8e72509c6990cccc32745a Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 9 Oct 2014 20:47:23 +0100 Subject: alles neu macht der mai --- kmeans | 2 -- 1 file changed, 2 deletions(-) (limited to 'kmeans') diff --git a/kmeans b/kmeans index ec28897..201864b 100755 --- a/kmeans +++ b/kmeans @@ -3,7 +3,6 @@ require 'zipf' require 'trollop' - def read_data fn data = {} ReadFile.new(fn).readlines_strip.map{ |i| @@ -114,6 +113,5 @@ def main end end - main -- cgit v1.2.3