Skip to content

Commit

Permalink
docs(readme): documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Berkmann18 committed Aug 18, 2020
1 parent 29bc155 commit 7a7abbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ NodeJS Classification-based learner.
- `opts.pastTrainingSamples`
**[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)>**
Past training samples for the classifier (optional, default `[]`)
- `opts.classes`
**[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>**
List of classes (categories) (optional, default `require('./categories')`)

#### Examples

Expand Down

0 comments on commit 7a7abbf

Please sign in to comment.