Agent Support in libferris 1.1.10
There is now a plugin interface in libferris so that the filesystem can use AI to make suggestions as to what emblems a file should have. Currently I have Bayesian (bogofilter) and Support Vector Machine (svm_light) agents. The interface supports anything that can train on selected files and the attachment of emblems and then proffer a fuzzy assertion or retraction given an example file. The agent's beliefs are all collected and resolved to give an overall fuzzy assertion/retraction belief based on how trusted you think the agents are (the trust resolution should allow many resolution paths in the next release).