diff --git a/docs/docs/algorithms.xml b/docs/docs/algorithms.xml index 7c08ebae9..221634e52 100644 --- a/docs/docs/algorithms.xml +++ b/docs/docs/algorithms.xml @@ -719,7 +719,7 @@ probabilistic_decision_function dlib/svm.h - dlib/svm/svm_abstract.h + dlib/svm/function_abstract.h This object represents a binary decision function for use with support vector machines. It returns an @@ -736,7 +736,7 @@ decision_function dlib/svm.h - dlib/svm/svm_abstract.h + dlib/svm/function_abstract.h This object represents a binary decision function for use with support vector machines. @@ -752,7 +752,7 @@ linear_kernel dlib/svm.h - dlib/svm/svm_abstract.h + dlib/svm/kernel_abstract.h This object represents a linear function kernel for use with support vector machines. @@ -765,7 +765,7 @@ polynomial_kernel dlib/svm.h - dlib/svm/svm_abstract.h + dlib/svm/kernel_abstract.h This object represents a polynomial kernel for use with support vector machines. @@ -778,7 +778,7 @@ radial_basis_kernel dlib/svm.h - dlib/svm/svm_abstract.h + dlib/svm/kernel_abstract.h This object represents a radial basis function kernel for use with support vector machines. diff --git a/docs/docs/term_index.xml b/docs/docs/term_index.xml index 13f4b3862..3e606d147 100644 --- a/docs/docs/term_index.xml +++ b/docs/docs/term_index.xml @@ -376,12 +376,14 @@ - - - - - - + + + + + + + +