cmaclell / concept_formation

Python implementations of TRESTLE, COBWEB/3, and COBWEB
MIT License
61 stars 18 forks source link

Problems with Flattening with Subcomponents #43

Closed eharpste closed 7 years ago

eharpste commented 7 years ago

The subcomponent and flattener processors don't seem to be doing the right thing with highly nested states. sub-sub components can collide with each other in the current implementation.

The best option is probably to make the flattener recursive and drop the subcomponent process.

cmaclell commented 7 years ago

I'm pretty sure this should be closed now.