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

RegionGrower - add option to clear singletons from the tree #451

Closed
GoogleCodeExporter opened this issue Mar 27, 2015 · 11 comments
Closed

Comments

@GoogleCodeExporter
Copy link

The RegionGrower analyses typically end up with many of the elements forming a 
large polytomy at the root level.  These singletons are terminal nodes which 
are direct descendents of the root node and are the leftovers from the analysis 
which were not needed to maximise the objective index.  (This does not normally 
happen when minimising).

While they are essentially harmless, they do make interaction with the tree 
more difficult.  

It would be useful if users were given the option to remove these from the 
tree.  In a perfect world it would be at any time, but for now it can be an 
option in the region growing process.


Original issue reported on code.google.com by shawnlaffan on 13 Apr 2014 at 6:42

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