项目作者: LSHist

项目描述 :
This repository is dedicated to the histogram model (theory and implementation) that can be used for data analysis and information retrieval.
高级语言: Python
项目地址: git://github.com/LSHist/histogram.git
创建时间: 2020-01-31T10:14:55Z
项目社区:https://github.com/LSHist/histogram

开源协议:MIT License

下载


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:

  1. pip install himpy

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

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

Or clone the repository:

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