C# 클래스 Accord.Statistics.Testing.McNemarTest

상속: Accord.Statistics.Testing.ChiSquareTest
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
McNemarTest ( ConfusionMatrix matrix, bool yatesCorrection = false ) : System

Creates a new McNemar test.

메소드 상세

McNemarTest() 공개 메소드

Creates a new McNemar test.
public McNemarTest ( ConfusionMatrix matrix, bool yatesCorrection = false ) : System
matrix Accord.Statistics.Analysis.ConfusionMatrix The contingency table to test.
yatesCorrection bool True to use Yate's correction of /// continuity, falser otherwise. Default is false.
리턴 System