jywarren / clashifier

Not-yet-working web service to train a classification algorithm to identify land types and perform classification on arbitrary images... esp. eventually map tiles. Will act as a map tile proxy which generates classified land cover imagery. Please help make this happen.
GNU General Public License v3.0
8 stars 2 forks source link

documentation/restructuring to allow easier swapping of new classifiers #4

Open jywarren opened 12 years ago

jywarren commented 12 years ago

a Classifier class, maybe with an array of named classifiers, like [:cartesian, :decision_tree, :naive_bayes, :neural_network]

A README entry for adding new classifiers, in /lib/classifiers/foo.rb