Difference between revisions of "Orange: Correspondence Analysis"

From OnnoWiki
Jump to navigation Jump to search
Line 2: Line 2:
  
  
Correspondence analysis for categorical multivariate data.
+
Correspondence analysis untuk categorical multivariate data.
  
 
==Input==
 
==Input==
Line 12: Line 12:
 
  Coordinates: coordinates of all components
 
  Coordinates: coordinates of all components
  
Correspondence Analysis (CA) computes the CA linear transformation of the input data. While it is similar to PCA, CA computes linear transformation on discrete rather than on continuous data.
+
Correspondence Analysis (CA) menghitung transformasi linear CA dari data input. Meskipun mirip dengan PCA, CA menghitung transformasi linear pada data diskrit bukan pada data kontinu.
  
 
[[File:CorrespondenceAnalysis-stamped.png|center|200px|thumb]]
 
[[File:CorrespondenceAnalysis-stamped.png|center|200px|thumb]]
 
  
 
* Select the variables you want to see plotted.
 
* Select the variables you want to see plotted.
Line 24: Line 23:
 
==Contoh==
 
==Contoh==
  
Below, is a simple comparison between the Correspondence Analysis and Scatter Plot widgets on the Titanic dataset. While the Scatter Plot shows fairly well which class and sex had a good survival rate and which one didn’t, Correspondence Analysis can plot several variables in a 2-D graph, thus making it easy to see the relations between variable values. It is clear from the graph that “no”, “male” and “crew” are related to each other. The same goes for “yes”, “female” and “first”.
+
Di bawah, adalah perbandingan sederhana antara widget Correspondence Analysis dan Scatter Plot pada dataset Titanic. Sementara Scatter Plot menunjukkan dengan cukup baik kelas dan jenis kelamin mana yang memiliki tingkat kelangsungan hidup yang baik dan mana yang tidak, Correspondence Analysis dapat memplot beberapa variabel dalam grafik 2-D, sehingga memudahkan untuk melihat hubungan antara nilai-nilai variabel. Jelas dari grafik bahwa  “no”, “male” dan “crew” terkait satu sama lain. Hal yang sama berlaku untuk “yes”, “female” dan “first”.
  
 
[[File:CorrespondenceAnalysis-Example.png|center|200px|thumb]]
 
[[File:CorrespondenceAnalysis-Example.png|center|200px|thumb]]

Revision as of 05:00, 23 February 2020

Sumber: https://docs.biolab.si//3/visual-programming/widgets/unsupervised/correspondenceanalysis.html


Correspondence analysis untuk categorical multivariate data.

Input

Data: input dataset

Output

Coordinates: coordinates of all components

Correspondence Analysis (CA) menghitung transformasi linear CA dari data input. Meskipun mirip dengan PCA, CA menghitung transformasi linear pada data diskrit bukan pada data kontinu.

CorrespondenceAnalysis-stamped.png
  • Select the variables you want to see plotted.
  • Select the component for each axis.
  • Inertia values (percentage of independence from transformation, i.e. variables are in the same dimension).
  • Produce a report.

Contoh

Di bawah, adalah perbandingan sederhana antara widget Correspondence Analysis dan Scatter Plot pada dataset Titanic. Sementara Scatter Plot menunjukkan dengan cukup baik kelas dan jenis kelamin mana yang memiliki tingkat kelangsungan hidup yang baik dan mana yang tidak, Correspondence Analysis dapat memplot beberapa variabel dalam grafik 2-D, sehingga memudahkan untuk melihat hubungan antara nilai-nilai variabel. Jelas dari grafik bahwa “no”, “male” dan “crew” terkait satu sama lain. Hal yang sama berlaku untuk “yes”, “female” dan “first”.

CorrespondenceAnalysis-Example.png



Referensi

Pranala Menarik