|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dllearner.utilities.statistics.FleissKappa
public class FleissKappa
Computes the Fleiss' Kappa value as described in (Fleiss, 1971). Fleiss' Kappa is a statistical measure for assessing the reliability of agreement between a fixed number of raters when assigning categorical ratings to a number of items or classifying items.
| Constructor Summary | |
|---|---|
FleissKappa()
|
|
| Method Summary | |
|---|---|
static float |
computeKappa(short[][] mat)
Computes the Kappa value |
static String |
getInterpretation(float kappa)
Landis and Koch (1977) gave the following table for interpreting κ values. |
static void |
main(String[] args)
Example from Wikipedia article |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FleissKappa()
| Method Detail |
|---|
public static void main(String[] args)
public static float computeKappa(short[][] mat)
n - Number of rating per subjects (number of human raters)mat - Matrix[subjects][categories]
public static String getInterpretation(float kappa)
kappa - The Kappa value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||