From 90970e31e9f3438b689cf1319ba82e4856d19f25 Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 12 Nov 2012 09:45:40 -0500 Subject: [PATCH] updated front page --- docs/docs/index.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs/index.xml b/docs/docs/index.xml index 4ba7fd047..7befbe26b 100644 --- a/docs/docs/index.xml +++ b/docs/docs/index.xml @@ -126,7 +126,8 @@ solvers
  • Combinatorial optimization tools for solving optimal assignment and - min cut/max flow problems.
  • + min cut/max flow problems as well as + the CKY algorithm for finding the most probable parse tree
  • A big integer object
  • A random number object
  • @@ -150,9 +151,9 @@
  • Structural SVM tools for labeling nodes in graphs
  • An online kernel RLS regression algorithm
  • An online SVM classification algorithm
  • -
  • An online kernelized centroid estimator/novelty detector
  • and - offline support vector one-class classification -
  • Clustering algorithms: linear +
  • An online kernelized centroid estimator/novelty detector and + offline support vector one-class classification
  • +
  • Clustering algorithms: linear or kernel k-means, Chinese Whispers, and Newman clustering.