-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ec924d
commit 574f584
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,39 @@ | ||
.. title: Belajar KMeans Menggunakan Python .. slug: .. date: 2019-05-5 .. tags: KMeans, Python, Clustering, sklearn .. category: Data Aanalysis .. link: .. description: Klasterisasi data menggunakan Python .. type: text .. figure:: https://www.kcet.org/sites/kl/files/atoms/article_atoms/www.kcet.org/living/homegarden/firewood-01.jpg :target: https://www.kcet.org/sites/kl/files/atoms/article_atoms/www.kcet.org/living/homegarden/firewood-01.jpg | ||
|
||
Photo by Horia Varlan/Flickr/Creative Commons License | ||
|
||
Apa itu KMeans? ########### | ||
|
||
KMeans merupakan metode klasterisasi yang mudah dan sederhana. Klasterisasi KMeans didasarkan pada kedekatan data. Jarak antar titik data dapat diukur menggunakan metode Eucledian, Mnhattan atau Minkowski. Berikut adalah klasterisasi KMeans menggunkan Python dengan menggunakan dataset bunga Iris. | ||
|
||
Dataset Bunga Iris? | ||
|
||
High level conceptual information (Heading 2). | ||
|
||
At a minimum, a concept includes the following components. | ||
|
||
A title, phrased as a gerund or question. | ||
One or more body paragraphs. | ||
Complex concepts may contain 2 or more subsections. | ||
|
||
What is ? | ||
When you need to break down a subject, you can break it down into subsections (H3s). Typically you would have 0 H3s, or 2+ H3s. | ||
|
||
What is ? | ||
When you need to break down a subject, you can break it down into subsections (H3s) | ||
|
||
Do this | ||
|
||
A task typically follows conceptual information. Task titles should be imperative. Tasks should have a short introduction sentence that captures the user's goal and introduces the steps, for example, "Verify your products are in the catalog:" | ||
|
||
A task should have 3 - 7 steps. Tasks with more should be broken down into digestible chunks. | ||
|
||
Intro sentence. | ||
|
||
#. Step 1. | ||
|
||
#. Step 2. | ||
|
||
#. Step 3. | ||
|
||
Following the steps, you should add the result and any follow-up tasks needed. |