We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54590f commit faa1160Copy full SHA for faa1160
1 file changed
docs/_sidebar.md
@@ -1,6 +1,20 @@
1
+ APIs
2
+ [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
+
9
+ [Ensemble](./apis/ensemble.md)
10
+ + [Isolation Forest](./apis/ensemble/iforest.md)
11
12
+ [Neighbors](./apis/neighbors.md)
13
+ + [KNN](./apis/neighbors/knn.md)
14
15
+ [Tree](./apis/tree/index.md)
16
+ + [Decision Tree Classifier](./apis/tree/decisionTreeClassifier.md)
17
+ + [Decision Tree Regressor](./apis/tree/decisionTreeRegressor.md)
18
19
+ [Linear](./apis/linear/index.md)
20
+ + [Linear Regression](./apis/linear/linearRegression.md)
0 commit comments