Skip to content

Commit faa1160

Browse files
doc: update sidebar
1 parent a54590f commit faa1160

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/_sidebar.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
+ APIs
22
+ [Clusters](./apis/clusters.md)
3+
+ [HDBSCAN](./apis/clusters/hdbscan.md)
4+
+ [K-Means](./apis/clusters/kmeans.md)
5+
+ [K-Means++](./apis/clusters/kmeansPlusPlus.md)
6+
+ [Mean Shift](./apis/clusters/meanShift.md)
7+
+ [OPTICS](./apis/clusters/optics.md)
8+
39
+ [Ensemble](./apis/ensemble.md)
10+
+ [Isolation Forest](./apis/ensemble/iforest.md)
11+
412
+ [Neighbors](./apis/neighbors.md)
13+
+ [KNN](./apis/neighbors/knn.md)
14+
515
+ [Tree](./apis/tree/index.md)
16+
+ [Decision Tree Classifier](./apis/tree/decisionTreeClassifier.md)
17+
+ [Decision Tree Regressor](./apis/tree/decisionTreeRegressor.md)
18+
619
+ [Linear](./apis/linear/index.md)
20+
+ [Linear Regression](./apis/linear/linearRegression.md)

0 commit comments

Comments
 (0)