cmaclell / concept_formation

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

Potentially a problem normalizing by inner most attribute #27

Open eharpste opened 7 years ago

eharpste commented 7 years ago

If the inner most name of an attribute is a variablized attribute name (i.e. startsWith('?')) then we might run into weird behavior down the lone with scaling to attributes. We've never had an instance where data looks like that but we might in the future.