Skip to content

Commit

Permalink
updated README to include getClassifications example (after I spent t…
Browse files Browse the repository at this point in the history
…ime trying to figure out how to get to this)
  • Loading branch information
adamb0mb committed Mar 10, 2012
1 parent 90521f0 commit 1a7d862
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -106,10 +106,12 @@ outputs "buy"
you have access to the set of matched classes and the associated value from the classifier.

outputs:

[ { label: 'sell', value: 0.39999999999999997 },
{ label: 'buy', value: 0.19999999999999998 } ]

from this:

console.log(classifier.getClassifications('i am long copper'));


Expand Down

0 comments on commit 1a7d862

Please sign in to comment.