Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Analyses - add region grower analysis #204

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 1 comment
Closed

Analyses - add region grower analysis #204

GoogleCodeExporter opened this issue Mar 27, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

The cluster analyses allow the user to assess regional clustering of similar 
values, but using a set number of indices that have been enabled for 
clustering.  

A region grower analysis would allow the user to use any of the indices, 
maximising or minimising the selected index as appropriate.  

This should be limited to those indices that "lump" groups in the 
neighbourhoods together so the matrix is guaranteed to be symmetrical.  
Otherwise indices like ENDC_CWE will produce a matrix entry for [group1, 
group2] that is not the same as for [group2, group1].

This can be developed as an extension to the clustering analyses, as all that 
is needed is to allow a greater set of indices be used for the clustering, and 
maximise the values by default.  The more tedious part is to add metadata for 
all the relevant indices.

Original issue reported on code.google.com by shawnlaffan on 16 Jan 2011 at 12:18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants