Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.measure
Commits
d75276cf
Commit
d75276cf
authored
Mar 17, 2014
by
André Anjos
💬
Browse files
Fix some documentation issues
parent
e885c41b
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/measure/main.cpp
View file @
d75276cf
...
...
@@ -547,9 +547,9 @@ PyDoc_STRVAR(s_correctly_classified_negatives_doc,
"correctly_classified_negatives(negatives, threshold) -> int
\n
\
\n
\
This method returns an array composed of booleans that pin-point
\n
\
which negatives where correctly classified in a
'
negative
'
score
\n
\
which negatives where correctly classified in a
\"
negative
\"
score
\n
\
sample, given a threshold. It runs the formula: foreach (element k in
\n
\
negative) if negative[k] < threshold: returnValue[k] = true else:
\n
\
negative) if negative[k] < threshold: returnValue[k] = true else:
\n
\
returnValue[k] = false
\n
\
"
);
...
...
@@ -1080,7 +1080,7 @@ static PyModuleDef module_definition = {
XBOB_EXT_MODULE_NAME
,
module_docstr
,
-
1
,
module_methods
,
module_methods
,
0
,
0
,
0
,
0
};
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment