Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
51491c8c
"...resnet50_tensorflow.git" did not exist on "bc86a5392e03cac55bf3fcc55169ec9f37e3a520"
Commit
51491c8c
authored
Sep 15, 2011
by
Davis King
Browse files
updated docs
parent
3eb0d973
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
+32
-0
docs/docs/ml.xml
docs/docs/ml.xml
+30
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+2
-0
No files found.
docs/docs/ml.xml
View file @
51491c8c
...
...
@@ -141,12 +141,14 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
<section>
<name>
Validation
</name>
<item>
cross_validate_trainer
</item>
<item>
cross_validate_object_detection_trainer
</item>
<item>
cross_validate_trainer_threaded
</item>
<item>
cross_validate_multiclass_trainer
</item>
<item>
cross_validate_regression_trainer
</item>
<item>
test_binary_decision_function
</item>
<item>
test_multiclass_decision_function
</item>
<item>
test_regression_function
</item>
<item>
test_object_detection_function
</item>
</section>
<section>
...
...
@@ -2032,6 +2034,34 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
</component>
<!-- ************************************************************************* -->
<component>
<name>
cross_validate_object_detection_trainer
</name>
<file>
dlib/svm.h
</file>
<spec_file
link=
"true"
>
dlib/svm/cross_validate_object_detection_trainer_abstract.h
</spec_file>
<description>
Performs k-fold cross validation on a user supplied object detection trainer such
as the
<a
href=
"#structural_object_detection_trainer"
>
structural_object_detection_trainer
</a>
and returns the precision and recall.
</description>
</component>
<!-- ************************************************************************* -->
<component>
<name>
test_object_detection_function
</name>
<file>
dlib/svm.h
</file>
<spec_file
link=
"true"
>
dlib/svm/cross_validate_object_detection_trainer_abstract.h
</spec_file>
<description>
Tests an object detector such
as the
<a
href=
"imaging.html#object_detector"
>
object_detector
</a>
and returns the precision and recall.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
51491c8c
...
...
@@ -220,10 +220,12 @@
<term
file=
"ml.html"
name=
"train_probabilistic_decision_function"
/>
<term
file=
"ml.html"
name=
"probabilistic"
/>
<term
file=
"ml.html"
name=
"cross_validate_trainer"
/>
<term
file=
"ml.html"
name=
"cross_validate_object_detection_trainer"
/>
<term
file=
"ml.html"
name=
"cross_validate_trainer_threaded"
/>
<term
file=
"ml.html"
name=
"cross_validate_multiclass_trainer"
/>
<term
file=
"ml.html"
name=
"cross_validate_regression_trainer"
/>
<term
file=
"ml.html"
name=
"test_binary_decision_function"
/>
<term
file=
"ml.html"
name=
"test_object_detection_function"
/>
<term
file=
"ml.html"
name=
"test_multiclass_decision_function"
/>
<term
file=
"ml.html"
name=
"test_regression_function"
/>
<term
link=
"ml.html#svm_nu_trainer"
name=
"support vector machine"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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