test/clusterers/k_means_test.rb in ai4r-1.9 vs test/clusterers/k_means_test.rb in ai4r-1.11
- old
+ new
@@ -6,10 +6,10 @@
# 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'
+require 'ai4r/clusterers/k_means'
class KMeansTest < Test::Unit::TestCase
include Ai4r::Clusterers
include Ai4r::Data