//
Warning: Cannot modify header information - headers already sent by (output started at /home/etdlibitenasac/public_html/index.php:1) in /home/etdlibitenasac/public_html/sysconfig.inc.php on line 185
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; StringReader has a deprecated constructor in /home/etdlibitenasac/public_html/lib/lang/php-gettext/streams.php on line 48
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; FileReader has a deprecated constructor in /home/etdlibitenasac/public_html/lib/lang/php-gettext/streams.php on line 84
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; CachedFileReader has a deprecated constructor in /home/etdlibitenasac/public_html/lib/lang/php-gettext/streams.php on line 145
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; gettext_reader has a deprecated constructor in /home/etdlibitenasac/public_html/lib/lang/php-gettext/gettext.php on line 36
Warning: session_start(): Cannot start session when headers already sent in /home/etdlibitenasac/public_html/index.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/etdlibitenasac/public_html/index.php:1) in /home/etdlibitenasac/public_html/lib/contents/show_detail.inc.php on line 42
Dewi Rosmala, S.Si., M.IT.
Dosen Pembimbing 1
Hadi Choirumanhaq / 152019094
Penulis
Penentuan jumlah kluster pada K-Means dan K-Medoids merupakan langkah yang penting, karena jika penentuan jumlah kluster yang tidak tepat dapat kurang mampu untuk menghasilkan informasil pengelompokan yang tepat. Beberapa metode yang biasa digunakan dalam penentuan jumlah kluster adalah metode Elbow, Silhouette Score, dan Gap Static. Setiap metode tersebut memiliki kelemahannya masing-masing, hingga dibutuhkan analisis lebih lanjut mengenai bagaimana mengintergrasikan metode yang digunakan baik untuk algoritma pengelompokan yang digunakan. Pada penelitian ini dilakukan analisis perbandingan dari hasil setaip metode penentuan jumlah kluster menggunakan Davies Bouldin Indeks. Hasil penelitian ini didapatkan nilai evaluasi Elbow dan Gap Static pada nilai DBI 1.0290 pada nilai k adalah 4 menggunakan algoritma K-Means. Nilai evaluasi Elbow dan Silhouette Score didapatkan nilai DBI 1.05 pada nilai k adalah 3 menggunakan algoritma K-Medoids.