My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
118 stars 47 forks source link

Show statistics for the Bayes filter in the admin area #678

Open auge8472 opened 1 year ago

auge8472 commented 1 year ago

Currently the work of the Bayes filter B8 is a blackbox. The filter stores words of classified forum entries and counts their appearances as ham or spam. But outside the database one can not see, what the filter did.

Therefore I want to introduce a statistical page for the Bayes filter. In its first level the list should show only words, that have a spam-count greater than zero. The list needs a pagination and the initial sorting shall be in descending order of spam-frequency.

See also #677