Applied Multivariate Analysis

Slides:



Advertisements
Presentasi serupa
TURUNAN/ DIFERENSIAL.
Advertisements

Analisis Outlier.
Pengendalian Proses : Seleksi (Conditional)
 Pembukaan WIB (Gedung Pusat Kegiatan Mahasiswa)  Babak Penyisihan WIB (Gedung Pusat Kegiatan Mahasiswa)  Pengumuman Hasil.
K-Means Clustering.
SOAL ESSAY KELAS XI IPS.
Materi Sosialisasi & Pelatihan PADAMU NEGRI PTK Jakarta, 2013 Divisi Enterprise Service v
Metode Simpleks Diperbaiki (Revised Simplex Method)
Latihan SQL.
Sistem Persamaan Diferensial
ANALISIS REGRESI (REGRESSION ANALYSIS)
Implementing an REA Model in a Relational Database
LUAS DAERAH LINGKARAN LANGKAH-LANGKAH :
BOOTSTRAPPING BY LISREL 8.8 TO SPSS 18.
Sebaran Bentuk Kuadrat
DATA FLOW DIAGRAM (DFD)
10 Uji Hipotesis untuk Dua Sampel.
Fungsi Invers Oleh: FadjarShadiq, WI PPPG Matematika
LIMIT FUNGSI LIMIT FUNGSI ALJABAR.
TURUNAN DIFERENSIAL Pertemuan ke
dan SIKS - LAYANAN B. Mustafa Kantor Arsip IPB dan
Gambar Proyeksi Orthografi
Struktur Perulangan Week 4 & 5.
Bahan Kuliah IF3051 Strategi Algoritma Oleh: Rinaldi Munir
UJI PERBEDAAN (Differences analysis)
ANOVA DUA ARAH.
Testing.
Bab V INTEGRAL TERTENTU
Algoritma dan Struktur Data
PERTEMUAN KE 9 MENU TUNGGAL.
Chapter 3.2 : Tipe, Nama dan Nilai
SLIDE OTOMATIS PINDAH DALAM WAKTU 4-5 MENIT. A:kiriB:kanan Deklarasikan sebuah variabel dengan nama ‘isi’ yang mempunyai type array of double dengan ukuran.
Web Teknologi 2Minggu …3… Page 1 MINGGU Ke Tiga Pemrograman Visual 2 Pokok Bahasan: Dasar-dasar Pengembangan Web ASP.NET Tujuan Instruksional Khusus:
Penarikan sampel dua fase ( Two phase / Double sampling )
These courseware materials are to be used in conjunction with Software Engineering: A Practitioner’s Approach, 6/e and are provided with permission by.
Information Systems, Organizations, and Strategy
Dasar Pemrograman ARRAY/LARIK.
Pendahuluan Clustering adalah salah satu teknik unsupervised learning dimana kita tidak perlu melatih metoda tersebut atau dengan kata lain, tidak ada.
Karakteristik Respon Dinamik Sistem Lebih Kompleks
ITK-121 KALKULUS I 3 SKS Dicky Dermawan
WISNU HENDRO MARTONO,M.Sc
KUSWANTO, SUB POKOK BAHASAN Mata kuliah dan SKS Manfaat Deskripsi Tujuan instruksional umum Pokok bahasan.
NETWORK DIAGRAM.
Analisa & Perancangan Sistem Informasi
Regresi linier sederhana
Aplikasi Program Analisis Data (SPSS)
Pemrosesan Teks Klasterisasi Dokumen Teknik Informatika STMIK GI MDP 2013 Shinta P.
ARRAY RUBY. PENDAHULUAN Ruby's arrays are untyped and mutable. The elements of an array need not all be of the same class, and they can be changed at.
1 DATA STRUCTURE “ STACK” SHINTA P STMIK MDP APRIL 2011.
Clustering. Definition Clustering is “the process of organizing objects into groups whose members are similar in some way”. A cluster is therefore a collection.
Analisis Data dengan SPSS
Presented By : Group 2. A solution of an equation in two variables of the form. Ax + By = C and Ax + By + C = 0 A and B are not both zero, is an ordered.
ANALISIS EKSPLORASI DATA
Simple Regression ©. Null Hypothesis The analysis of business and economic processes makes extensive use of relationships between variables.
1 Pertemuan 5 Komunikasi antar Proses / Interprocess Communication (IPC) Matakuliah: T0316/sistem Operasi Tahun: 2005 Versi/Revisi: 5 OFFCLASS01.
MOVING AVERAGES.
Pengujian Hipotesis (I) Pertemuan 11
Matakuliah : I0014 / Biostatistika Tahun : 2005 Versi : V1 / R1
Clustering.
Clustering Best Practice
Dasar-Dasar Pemrograman
Analisis Cluster.
Pendugaan Parameter (II) Pertemuan 10
PRODI MIK | FAKULTAS ILMU-ILMU KESEHATAN
Self-Organizing Network Model (SOM) Pertemuan 10
ANALISIS CLUSTER Part 1.
ANALISIS CLUSTER Part 2.
PENGENALAN SPSS.
HIERARCHICAL CLUSTERING
Al Muizzuddin F Matematika Ekonomi Lanjutan 2013
Transcript presentasi:

Applied Multivariate Analysis Cluster Analysis

Tujuan Utama Mengambil sejumlah observasi dan membuat pengelompokkan unit-unit, sehingga unit-unit yg berada dlm satu kelompok mempunyai sifat sama dan unit antar kelompok mempunyai sifat berbeda.

Think About It Homogeneous subgroups are not the same as naturally occurring clusters. 1 2 3 4 5 6 Homogeneous, but not natural clusters …

Hal-hal yg diperhatikan Beberapa ukuran similaritas (kedekatan) dan dissimilaritas unit-unit. Euclidian Mahallanobis Penentuan cluster (banyak cluster) Hierarki Non Hierarki

Konsep Hierarki Hasil pengelompokkan alammi Hasil pengelompokkan merupakan pengabungan: contoh, lima kluster diperoleh dari penggabungan 2 kluster dari enam kluster. Metode agglomerasi – setiap observasi adalah cluster dimulai dengan menggabungkan Metode divisive (lawan agglomerasi)

Konsep partisi Mempartisi observasi kedalam cluster-cluster sehingga homogen dlm cluster. Bukan konsep penggabungan. Final cluster masih belum terpisah benar.

Nearest Neighbors Method Single linkage method Do until all points are placed in a single cluster Start with N clusters Form a cluster from the two closest points Think of this new cluster as a “point” and define the distance from any point to it as the minimum distance to any point in it.

Nearest Neighbors Example Pairwise distances between six points C0={[1],[2],[3],[4],[5],[6]} C1={[1],[2],[3,5],[4],[6]}

Nearest Neighbors Example Pairwise distances between five “points” C0={[1],[2],[3],[4],[5],[6]} C1={[1],[2],[3,5],[4],[6]} C2={[1],[2],[3,5,6],[4]} smallest

Nearest Neighbors Example Pairwise distances between four “points” C0={[1],[2],[3],[4],[5],[6]} C1={[1],[2],[3,5],[4],[6]} C2={[1],[2],[3,5,6],[4]} C3={[1],[2,4],[3,5,6]} smallest

Nearest Neighbors Example Pairwise distances between three “points” C0={[1],[2],[3],[4],[5],[6]} C1={[1],[2],[3,5],[4],[6]} C2={[1],[2],[3,5,6],[4]} C3={[1],[2,4],[3,5,6]} C4={[2,4],[1,3,5,6]} smallest Single Cluster

Prosedur K-Mean Cluster

Aplikasi (SPSS) Two Step cluster Hierarki Non Hierarki (K-mean) Eksplorasi Banyak kluster berdasarkan nilai AIC/ BIC Hierarki Single linkage Complete linkage Non Hierarki (K-mean)

Two step cluster Data car_sales.sav Catagorical variable : vehicle type Continous variable :Price in thousands – feul efficiency Plot Rank of variable important :by variables and confidence level Output AIC / BIC

Output SPSS Two Step Cluster

Distribusi kluster Pivot (double klik centroid) : Pivoting trays (buat struktur berikut)

Deskripsi Tiap Kluster

Cluster Hierarki Data : car_sales Select cases : if conditional (type =0) & (sales >100) Analyse> classify>hierarchical cluster Price in thousands through Fuel efficiency as analysis variables. Select Model as the case labeling variable Plot > Dendogram Method > Nearest neighbor , Zscore

Output cluster hierarki

Aplikasi Minitab : cereal.mtw Survey tentang merk dan kandungan gizi cereal Akan dilakukan pengelompokkan merk dan kandungan gizi