Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit 1b7908a

Browse files
committed
Updated README.md
1 parent 13e262d commit 1b7908a

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Then, treat it as any other dependency.
3232

3333
For other build-tools (e.g. gradle), visit https://jitpack.io for configuration snippets.
3434

35+
Please also head to the release tab for further releases.
36+
3537
Overview
3638
------------------
3739

@@ -136,8 +138,6 @@ The ```BayesClassifier<T, K>``` class implements the following abstract method:
136138

137139
* ```Classification<T, K> classify(Collection<T> features)``` It will retrieve the most likely category for the features given and depends on the concrete classifier implementation.
138140

139-
140-
141141
Running the example
142142
------------------
143143

@@ -148,7 +148,6 @@ $ javac -cp src/main/java example/RunnableExample.java
148148
$ java -cp example:src/main/java RunnableExample
149149
```
150150

151-
152151
Possible Performance issues
153152
------------------
154153

0 commit comments

Comments
 (0)