Gcluster: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
No edit summary
Line 1: Line 1:
===Purpose===
===Purpose===


K-means and K-nearest neighbor cluster analysis with dendrograms.
Internal function used with cluster analysis in the [[Analysis_GUI|Analysis interface]].


===Synopsis===
===Synopsis===


:gcluster(data,''labels'')
:n/a


===Description===
===Description===


gclster(data) performs a cluster analysis on the data matrix data using K-means or K-nearest neighbor clustering and plots a dendrogram showing distances between the samples. gcluster is a graphical user interface that calls the function cluster. The user can choose cluster method (K-means or KNN), and data scaling options. PCA can also be used on the data with distances based on raw scores or on a Mahalanobis distance measure.
This function is no longer an entry point for the clustering interface. To access a graphical user interface for cluster analysis, see the [[Analysis_GUI|Analysis interface]].
 
gclster(data,''labels'') plots on the dendrogram sample names contained in the matrix of text ''labels''. ''labels'' can be entered as a matrix where each row is a label in single quotes and each label has the same number of characters.
 
Note: Calling gclster with no inputs starts the graphical user interface (GUI) for this analysis method.  


===See Also===
===See Also===


[[cluster]], [[simca]]
[[analysis]], [[cluster]], [[simca]]

Revision as of 13:52, 22 February 2013

Purpose

Internal function used with cluster analysis in the Analysis interface.

Synopsis

n/a

Description

This function is no longer an entry point for the clustering interface. To access a graphical user interface for cluster analysis, see the Analysis interface.

See Also

analysis, cluster, simca