Metadata-Version: 2.1
Name: himpy
Version: 0.0.1
Summary: Histogram model
Home-page: https://github.com/lshist/histogram
Author: Sergei Papulin
Author-email: papulin.edu@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/lshist/histogram/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Histogram Model

Histogram model, or *Logic-Set Histogram* - *`LSHist`*

Documentation:

- [Introduction To Histogram Model](https://htmlpreview.github.io/?https://github.com/LSHist/histogram/blob/master/docs/hm_basics.html)
- [Multidimensional Histogram Model](https://htmlpreview.github.io/?https://github.com/LSHist/histogram/blob/master/docs/hm_multidim.html)
- [Inverted Indexing in Histogram Model](https://htmlpreview.github.io/?https://github.com/LSHist/histogram/blob/master/docs/hm_indexing.html)

Examples:
- Histogram Model: Color Feature ([jupyter](https://nbviewer.jupyter.org/github/LSHist/histogram/blob/master/examples/features/color_feature.ipynb) | [html](https://nbviewer.jupyter.org/github/LSHist/histogram/blob/master/examples/features/color_feature.html))
- Histogram Model: Color and Position Features ([jupyter](https://nbviewer.jupyter.org/github/LSHist/histogram/blob/master/examples/features/color_position_features.ipynb) | [html](https://nbviewer.jupyter.org/github/LSHist/histogram/blob/master/examples/features/color_position_features.html))
- Histogram Model: Image Objects ([jupyter](https://nbviewer.jupyter.org/github/LSHist/histogram/blob/master/examples/objects/image_objects.ipynb) | [html](https://nbviewer.jupyter.org/github/LSHist/histogram/blob/master/examples/objects/image_objects.html))


