Accord.Tests.Statistics.ConfusionMatrixTest.MatthewsCorrelationCoefficientTest2 C# (CSharp) Method

MatthewsCorrelationCoefficientTest2() private method

private MatthewsCorrelationCoefficientTest2 ( ) : void
return void
        public void MatthewsCorrelationCoefficientTest2()
        {
            ConfusionMatrix matrix = new ConfusionMatrix(100, 100, 200, 600);
            Assert.AreEqual(0.21821789023599236, matrix.MatthewsCorrelationCoefficient);
        }