Sha256: ba4a8dd6b64f6e569f14c2535cc7ac671db0246607f598c1dd6eed36c29f0040
Contents?: true
Size: 315 Bytes
Versions: 42
Compression:
Stored size: 315 Bytes
Contents
require File.join(File.expand_path(File.dirname(__FILE__)), '../..', 'test_helper.rb') require 'rbbt/statistics/fisher' class TestFisher < Test::Unit::TestCase def test_classification class1 = [0,0,0,0,1,1,1,1,1] class2 = [0,0,0,1,1,1,1,1,0] iii Fisher.test_classification(class1, class2) end end
Version data entries
42 entries across 42 versions & 1 rubygems