|
McNemarTest Constructor
|
Creates a new McNemar test.
Namespace:
Accord.Statistics.Testing
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public McNemarTest(
ConfusionMatrix matrix,
bool yatesCorrection = false
)
Public Sub New (
matrix As ConfusionMatrix,
Optional yatesCorrection As Boolean = false
)
Request Example
View SourceParameters
- matrix
- Type: Accord.Statistics.AnalysisConfusionMatrix
The contingency table to test. - yatesCorrection (Optional)
- Type: SystemBoolean
True to use Yate's correction of
continuity, falser otherwise. Default is false.
See Also