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

상속: Accord.Statistics.Testing.ChiSquareTest
파일 보기 프로젝트 열기: accord-net/framework

공개 메소드들

메소드 설명
AverageKappaTest ( GeneralConfusionMatrix matrices ) : System

Creates a new multiple table Kappa test.

AverageKappaTest ( double kappas, double variances ) : System

Creates a new multiple table Kappa test.

보호된 메소드들

메소드 설명
Compute ( double kappas, double variances ) : void

Computes the multiple matrix Kappa test.

메소드 상세

AverageKappaTest() 공개 메소드

Creates a new multiple table Kappa test.
public AverageKappaTest ( GeneralConfusionMatrix matrices ) : System
matrices Accord.Statistics.Analysis.GeneralConfusionMatrix The contingency tables.
리턴 System

AverageKappaTest() 공개 메소드

Creates a new multiple table Kappa test.
public AverageKappaTest ( double kappas, double variances ) : System
kappas double The kappa values.
variances double The variance for each kappa value.
리턴 System

Compute() 보호된 메소드

Computes the multiple matrix Kappa test.
protected Compute ( double kappas, double variances ) : void
kappas double
variances double
리턴 void