.. h-NNE documentation master file, created by sphinx-quickstart on Tue Mar 15 16:51:32 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. ============================================== h-NNE: Hierarchical Nearest Neighbor Embedding ============================================== A fast hierarchical dimensionality reduction algorithm. h-NNE is a general purpose dimensionality reduction algorithm such as t-SNE and UMAP. It stands out for its speed, simplicity and the fact that it provides a hierarchy of clusterings as part of its projection process. The algorithm is inspired by the FINCH_ clustering algorithm. For more information on the structure of the algorithm, please look at `our corresponding paper in ArXiv`__: M. Saquib Sarfraz\*, Marios Koulakis\*, Constantin Seibold, Rainer Stiefelhagen. Hierarchical Nearest Neighbor Graph Embedding for Efficient Dimensionality Reduction. CVPR 2022. .. __: https://arxiv.org/abs/2203.12997 .. _FINCH: https://github.com/ssarfraz/FINCH-Clustering Github repository: `https://github.com/koulakis/h-nne`__ .. __: https://github.com/koulakis/h-nne .. toctree:: :maxdepth: 1 :caption: User Guide guide/install guide/getting_started guide/projection_clusters guide/more_examples guide/contributions .. toctree:: :maxdepth: 1 :caption: API Reference api_reference/hnne api_reference/finch_clustering api_reference/cool_functions -------- Citation -------- If you make use of this project in your work, it would be appreciated if you cite the hnne paper: .. code-block:: bibtex @article{hnne, title = {Hierarchical Nearest Neighbor Graph Embedding for Efficient Dimensionality Reduction}, author = {M. Saquib Sarfraz, Marios Koulakis, Constantin Seibold, Rainer Stiefelhagen}, booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, year = {2022} } If you make use of the clustering properties of the algorithm please also cite: .. code-block:: bibtex @inproceedings{finch, author = {M. Saquib Sarfraz and Vivek Sharma and Rainer Stiefelhagen}, title = {Efficient Parameter-free Clustering Using First Neighbor Relations}, booktitle = {Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, pages = {8934--8943}, year = {2019} } Indices and tables ------------------- * :ref:`genindex` * :ref:`search` * :ref:`modindex`