Gcluster

From Eigenvector Research Documentation Wiki
Revision as of 14:45, 27 January 2017 by imported>Benjamin (→‎Description)
Jump to navigation Jump to search

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.


As of PLS_Toolbox/Solo 8.3, The gcluster GUI was updated to allow the use of Manhattan distance instead of Euclidean distance (default). Note the three checkboxes 'Use PCA', 'Use Mahalanobis Distance', and 'Use Manhattan Distance'.


Cluster in the Analysis GUI


To keep the use of PCA scores (instead of the raw data) and the use of Manhattan Distance mutually exclusive, the following behaviors have been added to the GUI:

  • If 'Use PCA' is checked:
  • 'Use Mahalaobis Distance' will be enabled (to allow the user to check it).
  • 'Use Manhattan Distance' will be unchecked.
  • If 'Use Manhattan Distance' is checked:
  • 'Use PCA will be unchecked'.
  • 'Use Mahalanobis Distance' will be both unchecked and disabled.

See Also

analysis, analysis_GUI, cluster, pca

See Also

analysis, cluster, simca