Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Use clustering to identify block groups #43

Open
fredyvilla opened this issue Jan 29, 2016 · 3 comments
Open

Use clustering to identify block groups #43

fredyvilla opened this issue Jan 29, 2016 · 3 comments
Labels

Comments

@fredyvilla
Copy link

Issue by fredyvilla
Wednesday Jan 13, 2016 at 04:58 GMT
Originally opened as fredyvilla#17


Bot clusters blocks into agglomerate to be able to identify areas.

@fredyvilla
Copy link
Author

Comment by akhisud
Friday Jan 15, 2016 at 18:18 GMT


This clustering would be based on the definition of blocks in blocks.py (from spockbots), wouldn't it?

@fredyvilla
Copy link
Author

Comment by akhisud
Friday Jan 15, 2016 at 18:26 GMT


I'd like to work on this, but a little more insight from someone experienced would greatly help. For instance, for what properties of 'areas' are we looking to identify areas?

@fredyvilla
Copy link
Author

Comment by AndrewBuck
Friday Jan 15, 2016 at 21:05 GMT


One way to go about this is to use the categories facility in the grounded knowledge class. Create a category for the kinds of things you want to group and then run a execute a bind link looking for blocks who are part of that class and one of their neighbors is as well. Then you can look further at the blocks returned by the bind link and further group them into larger clusters or whatever you wanted to do with them.

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

No branches or pull requests

1 participant