Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kexinrong committed May 14, 2019
1 parent 6a2a088 commit 2d20c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hbe/README.md
Expand Up @@ -29,10 +29,10 @@ Finally, you can build the main programs by
```

## Project Structure
- ```alg/```: implementations of main algorithms, including HBS, HBE, diagnosis, the adaptive sampling algorithm, baseline sketching algorithms and baseline KDE algorithms.
- ```alg/```: implementations of main algorithms, including HBS, HBE, diagnosis, the adaptive sampling algorithm, baseline sketching algorithms and baseline KDE algorithms. Please refer to the [documentation](https://kexinrong.github.io/rehashing/hierarchy.html) for details of each class.
- ```data/```: implementations to generate various synthetic datasets, including the "worst-case" instance and "D-structure" instance described in the paper.
- ```util/```: various utility functions.
- ```conf/```: default location for config files.
- ```conf/```: default location for config files.
- ```main/```: main programs that depends on the HBE library.

## Examples
Expand Down

0 comments on commit 2d20c09

Please sign in to comment.