cmaclell / concept_formation

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

CU in terms of instance attributes #2

Closed cmaclell closed 10 years ago

cmaclell commented 10 years ago

Compute CU only in terms of the instance attributes, this should help minimize overfitting and prevent arbitrary predictions about missing attributes that arise from it being better to recurse on a node that has no attributes in common than to create a new node.