mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
This commit is contained in:
parent
baa6fa879d
commit
b2d7f83f3f
@ -1391,7 +1391,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
<component>
|
<component>
|
||||||
<name>graph_labeler</name>
|
<name>graph_labeler</name>
|
||||||
<file>dlib/graph_cuts.h</file>
|
<file>dlib/graph_cuts.h</file>
|
||||||
<spec_file link="true">dlib/svm/graph_labeler_abstract.h</spec_file>
|
<spec_file link="true">dlib/graph_cuts/graph_labeler_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
This object is a tool for labeling each node in a <a href="containers.html#graph">graph</a>
|
This object is a tool for labeling each node in a <a href="containers.html#graph">graph</a>
|
||||||
with a value of true or false, subject to a labeling consistency constraint between
|
with a value of true or false, subject to a labeling consistency constraint between
|
||||||
@ -1651,7 +1651,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
|
|
||||||
<component>
|
<component>
|
||||||
<name>is_graph_labeling_problem</name>
|
<name>is_graph_labeling_problem</name>
|
||||||
<file>dlib/graph_cuts.h</file>
|
<file>dlib/svm_threaded.h</file>
|
||||||
<spec_file link="true">dlib/svm/structural_svm_graph_labeling_problem_abstract.h</spec_file>
|
<spec_file link="true">dlib/svm/structural_svm_graph_labeling_problem_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
This function takes a set of training data for a graph labeling problem
|
This function takes a set of training data for a graph labeling problem
|
||||||
@ -2297,7 +2297,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
|
|
||||||
<component>
|
<component>
|
||||||
<name>cross_validate_graph_labeling_trainer</name>
|
<name>cross_validate_graph_labeling_trainer</name>
|
||||||
<file>dlib/graph_cuts.h</file>
|
<file>dlib/svm_threaded.h</file>
|
||||||
<spec_file link="true">dlib/svm/cross_validate_graph_labeling_trainer_abstract.h</spec_file>
|
<spec_file link="true">dlib/svm/cross_validate_graph_labeling_trainer_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
Performs k-fold cross validation on a user supplied graph labeling trainer object such
|
Performs k-fold cross validation on a user supplied graph labeling trainer object such
|
||||||
@ -2343,7 +2343,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
|
|
||||||
<component>
|
<component>
|
||||||
<name>test_graph_labeling_function</name>
|
<name>test_graph_labeling_function</name>
|
||||||
<file>dlib/graph_cuts.h</file>
|
<file>dlib/svm_threaded.h</file>
|
||||||
<spec_file link="true">dlib/svm/cross_validate_graph_labeling_trainer_abstract.h</spec_file>
|
<spec_file link="true">dlib/svm/cross_validate_graph_labeling_trainer_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
Tests a <a href="#graph_labeler">graph_labeler</a> on a set of data
|
Tests a <a href="#graph_labeler">graph_labeler</a> on a set of data
|
||||||
@ -2534,7 +2534,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
|
|
||||||
<component>
|
<component>
|
||||||
<name>structural_svm_graph_labeling_problem</name>
|
<name>structural_svm_graph_labeling_problem</name>
|
||||||
<file>dlib/graph_cuts.h</file>
|
<file>dlib/svm_threaded.h</file>
|
||||||
<spec_file link="true">dlib/svm/structural_svm_graph_labeling_problem_abstract.h</spec_file>
|
<spec_file link="true">dlib/svm/structural_svm_graph_labeling_problem_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
This object is a tool for learning the weight vectors needed to use
|
This object is a tool for learning the weight vectors needed to use
|
||||||
@ -2596,7 +2596,7 @@ Davis E. King. <a href="http://www.jmlr.org/papers/volume10/king09a/king09a.pdf"
|
|||||||
|
|
||||||
<component>
|
<component>
|
||||||
<name>structural_graph_labeling_trainer</name>
|
<name>structural_graph_labeling_trainer</name>
|
||||||
<file>dlib/graph_cuts.h</file>
|
<file>dlib/svm_threaded.h</file>
|
||||||
<spec_file link="true">dlib/svm/structural_graph_labeling_trainer_abstract.h</spec_file>
|
<spec_file link="true">dlib/svm/structural_graph_labeling_trainer_abstract.h</spec_file>
|
||||||
<description>
|
<description>
|
||||||
This object is a tool for learning to solve a graph labeling problem based
|
This object is a tool for learning to solve a graph labeling problem based
|
||||||
|
Loading…
Reference in New Issue
Block a user