OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zscore
(Results
1 - 1
of
1
) sorted by null
/external/harfbuzz_ng/test/shaping/
hb_test_tools.py
268
def
zscore
(self, population):
member in class:Stats
319
print ("
zscore
: %9f failed: %6d passed: %6d ngram: <%s>" % (stats.
zscore
(allstats), stats.failed.count, stats.passed.count, ','.join ("U+%04X" % u for u in ngram)))
Completed in 188 milliseconds