public class FleissKappa extends Object
| Constructor and Description |
|---|
FleissKappa() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public FleissKappa()
public static float computeKappa(short[][] mat)
mat - Matrix[subjects][categories]public static String getInterpretation(float kappa)
kappa - The Kappa value
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann