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
90970e31
Commit
90970e31
authored
Nov 12, 2012
by
Davis King
Browse files
updated front page
parent
2e4e37dc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
docs/docs/index.xml
docs/docs/index.xml
+5
-4
No files found.
docs/docs/index.xml
View file @
90970e31
...
...
@@ -126,7 +126,8 @@
<a
href=
"optimization.html#solve_qp4_using_smo"
>
solvers
</a></preserve_space>
</li>
<li>
Combinatorial optimization tools for solving
<a
href=
"optimization.html#max_cost_assignment"
>
optimal assignment
</a>
and
<a
href=
"optimization.html#min_cut"
>
min cut/max flow
</a>
problems.
</li>
<a
href=
"optimization.html#min_cut"
>
min cut/max flow
</a>
problems as well as
the
<a
href=
"optimization.html#find_max_parse_cky"
>
CKY algorithm
</a>
for finding the most probable parse tree
</li>
<li>
A
<a
href=
"algorithms.html#bigint"
>
big integer
</a>
object
</li>
<li>
A
<a
href=
"algorithms.html#rand"
>
random number
</a>
object
</li>
</ul>
...
...
@@ -150,8 +151,8 @@
<li>
Structural SVM tools for
<a
href=
"ml.html#structural_graph_labeling_trainer"
>
labeling nodes
</a>
in graphs
</li>
<li>
An online
<a
href=
"ml.html#krls"
>
kernel RLS regression
</a>
algorithm
</li>
<li>
An online
<a
href=
"ml.html#svm_pegasos"
>
SVM classification
</a>
algorithm
</li>
<li>
An online kernelized
<a
href=
"ml.html#kcentroid"
>
centroid estimator
</a>
/novelty detector
</li>
and
offline support vector
<a
href=
"ml.html#svm_one_class_trainer"
>
one-class classification
</a>
<li>
An online kernelized
<a
href=
"ml.html#kcentroid"
>
centroid estimator
</a>
/novelty detector and
offline support vector
<a
href=
"ml.html#svm_one_class_trainer"
>
one-class classification
</a>
</li>
<li>
Clustering algorithms:
<a
href=
"ml.html#find_clusters_using_kmeans"
>
linear
</a>
or
<a
href=
"ml.html#kkmeans"
>
kernel k-means
</a>
,
<a
href=
"ml.html#chinese_whispers"
>
Chinese Whispers
</a>
, and
...
...
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