cmaclell / concept_formation

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

Handeling Negated Literals #9

Open cmaclell opened 8 years ago

cmaclell commented 8 years ago

The general idea here would be to treat the "not" relation in a special way. Effectively distributing its probability mass over all values not equal to the value specified.

eharpste commented 7 years ago

Also consider other connectives (e.g. or, xor, etc.)