Home
last modified time | relevance | path

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

123

/third_party/mindspore/tests/ut/python/metrics/
Dtest_recall.py32 recall = metric.eval()
35 assert np.equal(recall, np.array([1, 0.5])).all()
45 recall = metric.eval()
47 assert np.equal(recall, np.array([2 / 3, 2 / 3, 1])).all()
56 recall = metric.eval(True)
58 assert math.isclose(recall, (2 / 3 + 2 / 3 + 1) / 3)
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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.
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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.
/third_party/zlib/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 block-listed codes would provide an increased recall (i.e. more true
96 a near-100% recall.
/third_party/mindspore/mindspore/nn/metrics/
D__init__.py26 from .recall import Recall
/third_party/node/deps/npm/node_modules/ansi-regex/
Dreadme.md32 …nding various lists of non-standard or manufacturer specific codes. If I recall correctly, we test…
/third_party/python/Lib/idlelib/
Dpyshell.py1263 self.recall(sel, event)
1288 self.recall(self.text.get(prev[0], prev[1]), event)
1295 self.recall(self.text.get(next[0], next[1]), event)
1301 self.recall(self.text.get(indices[1], "insert lineend"), event)
1303 self.recall(self.text.get("insert linestart", "insert lineend"), event)
1333 def recall(self, s, event): member in PyShell
/third_party/mindspore/mindspore/schema/
Dfl_job.fbs35 enum Metrics:byte {accuracy = 0, precision = 1, recall = 2, AUC = 3,f1=4, fbeta=5}
/third_party/boost/libs/optional/doc/
D92_acknowledgments.qbk32 Kevlin Henney, David Abrahams, and others I can't recall.
/third_party/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
/third_party/boost/libs/spirit/doc/lex/
Dquick_reference.qbk12 easy way to recall a particular component without having to dig through
/third_party/ffmpeg/tests/ref/fate/
Dsub-ssa-to-ass-remux51 Dialogue: Marked=0,0:01:30.26,0:01:40.46,*Default,SONG,0000,0000,0092,,...recall those soft lashes …
/third_party/boost/libs/math/doc/distributions/
Dcauchy.qbk113 So recall that for `x < 0`:
/third_party/boost/libs/phoenix/doc/modules/
Dcore.qbk201 Phoenix also allows extra arguments to be passed. For example, recall our
/third_party/ltp/lib/
Dtlibio.c1798 if (recall(fd, 1, statptr)) {
/third_party/flutter/skia/third_party/externals/wuffs/doc/
Dwuffs-the-language.md277 call (recall that when calling a function, each argument must be named), but
/third_party/boost/libs/math/doc/sf/
Dibeta_inv.qbk232 Firstly recall that:
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/
DREADME.md485 values indexed by 0xDC (or 220 in decimal, and recall that the GCT maps color
/third_party/boost/libs/spirit/doc/x3/
Dquick_reference.qbk12 easy way to recall a particular component without having to dig up on
/third_party/boost/tools/build/doc/src/
Dfaq.adoc262 Before answering the questions, let us recall a few points about shared
/third_party/boost/libs/spirit/doc/qi/
Dquick_reference.qbk12 easy way to recall a particular component without having to dig up on
/third_party/boost/libs/spirit/doc/karma/
Dquick_reference.qbk12 easy way to recall a particular component without having to dig up on
/third_party/boost/libs/proto/doc/
Dfront_end.qbk247 The difficulty, if you recall, was that by default Proto expressions don't have interesting behavio…
753 …he purpose of `proto::_` is in the definition of `phoenix_domain` above, recall that the second te…

123