Merge pull request #1 from shark8me/patch-1

Update README.md
This commit is contained in:
Joshua Eckroth 2013-05-27 15:36:49 -07:00
commit 78983b52cd

View file

@ -120,7 +120,7 @@ API documenation can be found [here](http://antoniogarrote.github.com/clj-ml/ind
REPL>(use 'clj-ml.classifiers)
REPL>; Building a classifier using a C4.5 decission tree
REPL>(def classifier (make-classifier :decission-tree :c45))
REPL>(def classifier (make-classifier :decision-tree :c45))
REPL>; We set the class attribute for the loaded dataset
REPL>(dataset-set-class ds 4)