public void TestEntropy() { var entropy = Decider.Entropy(GetDataSet()); Assert.That(entropy, Is.EqualTo(0.97095).Within(.00001)); }