C# Class Accord.Statistics.Testing.BhapkarTest

Inheritance: Accord.Statistics.Testing.ChiSquareTest
Show file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
BhapkarTest ( GeneralConfusionMatrix matrix ) : System

Creates a new Bhapkar test.

Method Details

BhapkarTest() public method

Creates a new Bhapkar test.
public BhapkarTest ( GeneralConfusionMatrix matrix ) : System
matrix Accord.Statistics.Analysis.GeneralConfusionMatrix The contingency table to test.
return System