Home
last modified time | relevance | path

Searched refs:recall (Results 1 – 25 of 47) sorted by relevance

12

/external/zlib/src/doc/
Dtxtvsbin.txt23 of false negatives is sometimes too high, which means that the recall
29 a much increased precision and a near-100% recall. This scheme is
89 of black-listed codes would provide an increased recall (i.e. more true
96 a near-100% recall.
/external/tensorflow/tensorflow/python/kernel_tests/
Dmetrics_test.py959 metrics.recall(
968 mean, _ = metrics.recall(
977 _, update_op = metrics.recall(
989 recall, update_op = metrics.recall(labels, predictions)
999 initial_recall = recall.eval()
1001 self.assertEqual(initial_recall, recall.eval())
1009 recall, update_op = metrics.recall(labels, predictions)
1014 self.assertEqual(1, recall.eval())
1023 recall, update_op = metrics.recall(labels, predictions)
1028 self.assertAlmostEqual(0.5, recall.eval())
[all …]
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py1228 recall, update_op = metrics.streaming_recall(predictions, labels)
1238 initial_recall = recall.eval()
1240 self.assertEqual(initial_recall, recall.eval())
1247 recall, update_op = metrics.streaming_recall(predictions, labels)
1252 self.assertEqual(1, recall.eval())
1257 recall, update_op = metrics.streaming_recall(predictions, labels)
1262 self.assertAlmostEqual(0.5, recall.eval())
1268 recall, update_op = metrics.streaming_recall(
1277 self.assertAlmostEqual(expected_precision, recall.eval())
1283 recall, update_op = metrics.streaming_recall(
[all …]
Dmetric_ops.py499 return metrics.recall(
1690 recall = tp / math_ops.maximum(epsilon, tp + fn)
1701 recall=_convert(recall),
2636 recall = _compute_recall_at_precision(values['tp'], values['fp'],
2644 ops.add_to_collections(metrics_collections, recall)
2649 return recall, update_op
/external/python/cpython3/Lib/idlelib/
Dpyshell.py1157 self.recall(sel, event)
1168 self.recall(self.text.get(prev[0], prev[1]), event)
1172 self.recall(self.text.get(next[0], next[1]), event)
1178 self.recall(self.text.get(indices[1], "insert lineend"), event)
1180 self.recall(self.text.get("insert linestart", "insert lineend"), event)
1211 def recall(self, s, event): member in PyShell
/external/python/cpython2/Lib/idlelib/
DPyShell.py1156 self.recall(sel, event)
1167 self.recall(self.text.get(prev[0], prev[1]), event)
1171 self.recall(self.text.get(next[0], next[1]), event)
1177 self.recall(self.text.get(indices[1], "insert lineend"), event)
1179 self.recall(self.text.get("insert linestart", "insert lineend"), event)
1210 def recall(self, s, event): member in PyShell
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Deval_metrics.py109 return metrics.recall(
/external/eigen/doc/
DOverview.dox11 …iption of the API in a very condensed format that is specially useful to recall the syntax of a pa…
DCustomizingEigen_NullaryExpr.dox12 Let us recall that a circulant matrix is a matrix where each column is the same as the
/external/e2fsprogs/ext2ed/
Dext2ed.h264 extern void recall (char *command_line);
Dinit.c90 add_user_command (&general_commands,"recall","Gets back to the saved object position",recall); in add_general_commands()
Dgeneral_com.c810 void recall (char *command_line) in recall() function
/external/scapy/doc/notebooks/tls/
Dnotebook2_tls_protected.ipynb118 "# Let's recall the domain that the client wants to access\n",
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.metrics.pbtxt84 name: "recall"
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveComments.txt66 I don't recall all your arguments in favor so let's discuss this again,
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-02-09-AdveComments.txt66 I don't recall all your arguments in favor so let's discuss this again,
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-02-09-AdveComments.txt66 I don't recall all your arguments in favor so let's discuss this again,
/external/tensorflow/tensorflow/python/keras/
Dmetrics.py1779 recall = math_ops.div_no_nan(self.true_positives,
1785 y = recall
1789 x = recall
/external/tensorflow/tensorflow/contrib/distribute/python/
Dmetrics_v1_test.py383 return metrics.recall(labels, predictions)
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst17 The command line history recall which operates within DOS boxes on NT and some
/external/gemmlowp/doc/
Dpacking.md130 Here we recall a very important principle that was explained in
/external/ltp/lib/
Dtlibio.c1798 if (recall(fd, 1, statptr)) {
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md880 'recall': slim.metrics.recall(mean_relative_errors, 0.3),
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py2105 def recall(labels, function
/external/llvm/docs/
DYamlIO.rst926 to write your native data as YAML. One thing to recall is that a YAML file

12