Home
last modified time | relevance | path

Searched refs:cohen_kappa (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py92 from tensorflow.contrib.metrics.python.ops.metric_ops import cohen_kappa
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py7076 metrics.cohen_kappa(
7088 kappa, _ = metrics.cohen_kappa(
7097 _, update_op = metrics.cohen_kappa(
7109 kappa, update_op = metrics.cohen_kappa(labels, predictions, 3)
7150 kappa, update_op = metrics.cohen_kappa(
7169 kappa, update_op = metrics.cohen_kappa(labels, predictions, 4)
7188 kappa, update_op = metrics.cohen_kappa(labels, predictions, 4)
7206 kappa, update_op = metrics.cohen_kappa(
7226 kappa, update_op = metrics.cohen_kappa(
7249 metrics.cohen_kappa(labels, predictions, 1)
[all …]
Dmetric_ops.py3791 def cohen_kappa(labels, function