Skip to content

jwidar/NaiveBayesDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An experimental demo of naive bayesian categorization

This code demonstrates an implementation of classification of observations. The code is not best effort at all, just an experiment with no tests and no fancy patterns.

Requirements

  • dotnet SDK
  • windows

How to use

Run:

dotnet run --project Bayes/Bayes.csproj

Interaction

Mouse buttons:

  • Click/Hold Left to place one observation and have it classified.
  • Hold SHIFT and press mouse buttons:
    • Left, to classify as Foo
    • Right, to classify as Bar
    • Middle, to classify as None (delete classification)

Keys:

  • Space, start/stop spraying ovservations over the graph.
  • Escape, delete all observations

Example:

img

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages