Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
90970e31
Commit
90970e31
authored
Nov 12, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated front page
parent
2e4e37dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
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,9 +151,9 @@
<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>
Clustering algorithms:
<a
href=
"ml.html#find_clusters_using_kmeans"
>
linear
</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
<a
href=
"ml.html#newman_cluster"
>
Newman clustering
</a>
.
</li>
...
...
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