Hyppo-XD — Build Mapper Complexes

📋 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.

  1. Column names — The first row must contain column headers. Avoid spaces within a column name and keep names short and meaningful.
  2. 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. CSV format example
  3. 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.

  1. GCC ≥ 5.0 — Check your compiler version with gcc --version. Upgrade if it is below 5.0.
  2. 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.

Hyppo-XD application interface