/histogram

This repository is dedicated to the histogram model (theory and implementation) that can be used for data analysis and information retrieval.

Primary LanguagePythonMIT LicenseMIT

About himpy

himpy is a Python package that implements Histogram Model (or Logic-Set Histogram - LSHist)

Theory

Examples

Installation

You can install from PyPI by using pip:

pip install himpy

Another way is to install the latest development version directly from the GitHub repository:

pip install git+https://github.com/lshist/histogram.git

Or clone the repository:

git clone https://github.com/lshist/histogram.git
cd histogram
pip install .