/external/zlib/src/doc/ |
D | txtvsbin.txt | 23 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/ |
D | metrics_test.py | 959 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/ |
D | metric_ops_test.py | 1228 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 …]
|
D | metric_ops.py | 499 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/ |
D | pyshell.py | 1157 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/ |
D | PyShell.py | 1156 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/ |
D | eval_metrics.py | 109 return metrics.recall(
|
/external/eigen/doc/ |
D | Overview.dox | 11 …iption of the API in a very condensed format that is specially useful to recall the syntax of a pa…
|
D | CustomizingEigen_NullaryExpr.dox | 12 Let us recall that a circulant matrix is a matrix where each column is the same as the
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.h | 264 extern void recall (char *command_line);
|
D | init.c | 90 add_user_command (&general_commands,"recall","Gets back to the saved object position",recall); in add_general_commands()
|
D | general_com.c | 810 void recall (char *command_line) in recall() function
|
/external/scapy/doc/notebooks/tls/ |
D | notebook2_tls_protected.ipynb | 118 "# Let's recall the domain that the client wants to access\n",
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.metrics.pbtxt | 84 name: "recall"
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 66 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/ |
D | 2001-02-09-AdveComments.txt | 66 I don't recall all your arguments in favor so let's discuss this again,
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 66 I don't recall all your arguments in favor so let's discuss this again,
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 1779 recall = math_ops.div_no_nan(self.true_positives, 1785 y = recall 1789 x = recall
|
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | metrics_v1_test.py | 383 return metrics.recall(labels, predictions)
|
/external/python/cpython2/Doc/tutorial/ |
D | interactive.rst | 17 The command line history recall which operates within DOS boxes on NT and some
|
/external/gemmlowp/doc/ |
D | packing.md | 130 Here we recall a very important principle that was explained in
|
/external/ltp/lib/ |
D | tlibio.c | 1798 if (recall(fd, 1, statptr)) {
|
/external/tensorflow/tensorflow/contrib/slim/ |
D | README.md | 880 'recall': slim.metrics.recall(mean_relative_errors, 0.3),
|
/external/tensorflow/tensorflow/python/ops/ |
D | metrics_impl.py | 2105 def recall(labels, function
|
/external/llvm/docs/ |
D | YamlIO.rst | 926 to write your native data as YAML. One thing to recall is that a YAML file
|