cmaclell / concept_formation

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

Add an infer_missing function to the base cobweb node class #85

Open cmaclell opened 5 years ago

cmaclell commented 5 years ago

Currently infer_missing is a function of the tree. The suggestion is to move it to the node class instead, so any node can be used to infer missing values of an instance.