📋 Data Pre‑processing
Hyppo-XD accepts comma-separated CSV files as input. Prepare your dataset according to the following rules before loading it into the application.
-
Column names — The first row must contain column headers. Avoid spaces within a column name and keep names short and meaningful.
-
First column: row index — The very first column must be a row-index column. If your dataset does not already have one, add it manually.
-
Data cleanup — Apply standard data imputation techniques to handle any missing values before import.
⚙️ Setup & Installation
Complete the prerequisites below before installing. A release will be available on GitHub soon.
-
GCC ≥ 5.0 — Check your compiler version with
gcc --version. Upgrade if it is below 5.0. -
Boost library — Download and install the Boost C++ library from the official website. macOS users: do not use Homebrew or MacPorts for this — install from source.
Release coming soon
Watch the GitHub repository to get notified when the first release drops.
★ Star on GitHub
🖥️ Hyppo‑XD UI
The screenshot below shows the main Hyppo-XD interface. Load your CSV, configure the mapper parameters, and visualize the resulting complex directly within the application.