Difference between revisions of "Orange: Correspondence Analysis"

From OnnoWiki
Jump to navigation Jump to search
Line 4: Line 4:
 
Correspondence analysis for categorical multivariate data.
 
Correspondence analysis for categorical multivariate data.
  
Inputs
+
==Input==
  
    Data: input dataset
+
Data: input dataset
  
Outputs
+
==Output==
  
    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) 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.
Line 17: Line 17:
  
  
    Select the variables you want to see plotted.
+
* Select the variables you want to see plotted.
    Select the component for each axis.
+
* Select the component for each axis.
    Inertia values (percentage of independence from transformation, i.e. variables are in the same dimension).
+
* Inertia values (percentage of independence from transformation, i.e. variables are in the same dimension).
    Produce a report.
+
* Produce a report.
  
 
==Contoh==
 
==Contoh==

Revision as of 08:07, 29 January 2020

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


Correspondence analysis for categorical multivariate data.

Input

Data: input dataset

Output

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.

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

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”.

CorrespondenceAnalysis-Example.png



Referensi

Pranala Menarik