Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimwolff committed Dec 22, 2016
1 parent af0bfdc commit 13d86b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ within a sparse data structure. It works best for very high dimensional and very

To use it:

from sklearn_freiburg_extension import MinHash
from sparse_neighbors_search import MinHash
minHash = MinHash()
minHash.fit(X)
minHash.kneighbors(return_distance=False)
Expand All @@ -18,7 +18,7 @@ Features
Installation
------------

Install sklearn_freiburg_extension by running:
Install sparse_neighbors_search by running:

python setup.py install

Expand Down Expand Up @@ -46,9 +46,9 @@ The software was tested on Ubuntu 14.04 with g++ 4.8, CUDA 7.5, numpy 1.10.1, sc

Uninstall
---------
To delete bioinf-learn run the following command:
To delete sparse-neighbors-search run the following command:

pip uninstall sklearn-freiburg-extension
pip uninstall sparse-neighbors-search

If you have run the uninstall command and want to make sure everything is gone, look at your python installation directory.
If you have used the --user flag the path in Ubuntu 14.04 is:
Expand Down

0 comments on commit 13d86b8

Please sign in to comment.