Skip to content

Commit ad7c896

Browse files
minjk-blgitbook-bot
authored andcommitted
GITBOOK-74: Dimension
1 parent 614fd28 commit ad7c896

File tree

9 files changed

+7
-21
lines changed

9 files changed

+7
-21
lines changed

docs/.gitbook/assets/image (351).png

236 KB
Loading

docs/.gitbook/assets/image (352).png

43.3 KB
Loading

docs/.gitbook/assets/image (353).png

54.6 KB
Loading

docs/.gitbook/assets/image (354).png

57.2 KB
Loading

docs/.gitbook/assets/image (355).png

53.7 KB
Loading

docs/.gitbook/assets/image (356).png

235 KB
Loading

docs/.gitbook/assets/image (357).png

61.4 KB
Loading

docs/machine-learning/7.-clustering.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# 7. Clustering
22

3-
4-
5-
<figure><img src="../.gitbook/assets/image (163).png" alt="" width="210"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (351).png" alt="" width="518"><figcaption></figcaption></figure>
64

75
1. Click on _**Clustering**_ under the _**Machine Learning**_ category.
86

9-
10-
11-
<figure><img src="../.gitbook/assets/image (164).png" alt="" width="563"><figcaption></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/image (352).png" alt="" width="563"><figcaption></figcaption></figure>
128

139
2. _**Model type**_: Select the type of Model you want to use.
1410
* [KMeans / AgglomerativeClustering](7.-clustering.md#kmeans-agglomerativeclustering)
@@ -24,9 +20,7 @@
2420

2521
### KMeans / AgglomerativeClustering
2622

27-
28-
29-
<figure><img src="../.gitbook/assets/image (165).png" alt="" width="563"><figcaption></figcaption></figure>
23+
<figure><img src="../.gitbook/assets/image (353).png" alt="" width="563"><figcaption></figcaption></figure>
3024

3125
1. _**N clusters**_: Specify the number of clusters to be generated.
3226
2. _**Random state**_: Set the seed value for the random number generator.
@@ -37,9 +31,7 @@
3731

3832
### GaussianMixture
3933

40-
41-
42-
<figure><img src="../.gitbook/assets/image (166).png" alt="" width="563"><figcaption></figcaption></figure>
34+
<figure><img src="../.gitbook/assets/image (354).png" alt="" width="563"><figcaption></figcaption></figure>
4335

4436
1. _**N components**_: Specify the number of Gaussian distributions to be used by the model to describe the data, determining how many clusters the data will be divided into.
4537
2. _**Random state**_: Set the seed value for the random number generator.
@@ -50,9 +42,7 @@
5042

5143
### DBSCAN
5244

53-
54-
55-
<figure><img src="../.gitbook/assets/image (167).png" alt="" width="563"><figcaption></figcaption></figure>
45+
<figure><img src="../.gitbook/assets/image (355).png" alt="" width="563"><figcaption></figcaption></figure>
5646

5747
1. _**Eps (Epsilon)**_: Specify the maximum distance (radius) for forming clusters.
5848
2. _**Min samples**_: Specify the minimum number of neighboring data points required for a point to be recognized as a cluster.

docs/machine-learning/8.-dimension.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# 8. Dimension
22

3-
4-
5-
<figure><img src="../.gitbook/assets/image (168).png" alt="" width="214"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (356).png" alt="" width="512"><figcaption></figcaption></figure>
64

75
1. Click on _**Dimension**_ under the _**Machine Learning**_ category.
86

9-
10-
11-
<figure><img src="../.gitbook/assets/image (169).png" alt="" width="563"><figcaption></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/image (357).png" alt="" width="563"><figcaption></figcaption></figure>
128

139
2. _**Model type**_: Select the type of model.
1410
3. _**N components**_: Specify the desired number of dimensions to reduce the data to.

0 commit comments

Comments
 (0)