test/clusterers/k_means_test.rb in ai4r-1.5 vs test/clusterers/k_means_test.rb in ai4r-1.6

- old
+ new

@@ -1,4 +1,13 @@ +# Author:: Sergio Fierens (implementation) +# License:: MPL 1.1 +# Project:: ai4r +# Url:: http://ai4r.rubyforge.org/ +# +# You can redistribute it and/or modify it under the terms of +# the Mozilla Public License version 1.1 as published by the +# Mozilla Foundation at http://www.mozilla.org/MPL/MPL-1.1.txt + require 'test/unit' require File.dirname(__FILE__) + '/../../lib/ai4r/clusterers/k_means' class KMeansTest < Test::Unit::TestCase