THEMA: Probe

The Probe module is designed to “probe” your data, much like a space probe explores and gathers information in space. It provides tools and functionality to analyze, visualize, and understand complex data structures within the Thema framework. The Probe module includes classes and utilities for exploring data relationships, visualizing data structures, and gaining insights into the underlying patterns and structures of your data.

Telescope

The Telescope class provides visualization capabilities for democratically selected star instances. It is designed to meet various visualization needs for analyzing and understanding data relationships within the Thema framework.

Observatory

The jmapObservatory class is a custom observatory designed specifically for viewing JMAP Stars. It extends the functionality of the base Observatory class, providing additional methods and attributes tailored to the graph models outputted by JMAP Star.

Probe Utils

Utility functionality to help with Probe functionality (to probe your data!).


Architecture

thema.probe
├── data_utils.py
├── observatories
│   └── jmapObservatory.py
├── observatory.py
├── telescope.py
└── visual_utils.py

Submodules