concept_formation
concept_formation copied to clipboard
Add an infer_missing function to the base cobweb node class
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.