Installation
An instillation guide for the MATLAB, Python, and Development versions of HAT is available here.
Python Distribution
The Python distribution of HAT may be installed through pip:
>> pip install HypergraphAnalysisToolbox
Once installed, HAT may be imported into the Python environment with the command:
import HAT
The Python distribution has the following dependencies:
numpy
scipy
matplotlib
itertools
networkx
MATLAB Distribution
The MATLAB distribution of HAT can be installed through either the MATLAB Central. A MathWorks .mltbx file can be downloaded from the site,
and installed through the add on manager in the MATLAB Home environment. Once installed as a toolbox, you will have access to all HAT functionality.
The MATLAB distribution has the following dependencies which need to be installed separately:
Bug Reporting
Please report all bugs or defects in HAT to this page.