@@ -7,24 +7,23 @@ MLlib is a Spark implementation of some common machine learning algorithms and u
77including classification, regression, clustering, collaborative
88filtering, dimensionality reduction, as well as underlying optimization primitives:
99
10- * < a href = " mllib-basics.html " >Basics</ a >
10+ * [ Basics ] ( mllib-basics.html )
1111 * data types
1212 * summary statistics
1313* Classification and regression
14- * <a href =" mllib-linear-methods.html " >linear methods</a >
15- * linear support vector machine (SVM)
16- * logistic regression
17- * linear least squares, Lasso, and ridge regression
18- * <a href =" mllib-decision-tree.html " >decision tree</a >
19- * <a href =" mllib-naive-bayes.html " >naive Bayes</a >
20- * <a href =" mllib-collaborative-filtering.html " >Collaborative filtering</a >
14+ * [ linear support vector machine (SVM)] ( mllib-linear-methods.html#linear-support-vector-machine-svm )
15+ * [ logistic regression] ( http://localhost:4000/mllib-linear-methods.html#logistic-regression )
16+ * [ linear least squares, Lasso, and ridge regression] ( http://localhost:4000/mllib-linear-methods.html#linear-least-squares-lasso-and-ridge-regression )
17+ * [ decision tree] ( mllib-decision-tree.html )
18+ * [ naive Bayes] ( mllib-naive-bayes.html )
19+ * [ Collaborative filtering] ( mllib-collaborative-filtering.html )
2120 * alternating least squares (ALS)
22- * < a href = " mllib-clustering.html " >Clustering</ a >
21+ * [ Clustering ] ( mllib-clustering.html )
2322 * k-means
24- * < a href = " mllib-dimensionality-reduction.html " >Dimensionality reduction</ a >
23+ * [ Dimensionality reduction ] ( mllib-dimensionality-reduction.html )
2524 * singular value decomposition (SVD)
2625 * principal component analysis (PCA)
27- * < a href = " mllib-optimization.html " >Optimization</ a >
26+ * [ Optimization ] ( mllib-optimization.html )
2827 * stochastic gradient descent
2928 * limited-memory BFGS (L-BFGS)
3029
0 commit comments