Skip to contents

Core responsibility

PreciseDist is the core relatedness package. Its job is to make the numerical representation of object relatedness explicit, broad, typed, and inspectable.

The package boundary should include functions that create or change relatedness matrices:

This is the intellectual center of the project. Visualization matters because seeing structure matters, but the first-class object is still the matrix: what it measures, what type it is, where it came from, and whether alternative metrics agree.

Boundary rule

PreciseDist should not become a general clustering framework or a general plotting package. It should provide the relatedness objects that those tools can consume.

The core package should stay focused on:

  • distance and similarity breadth;
  • explicit type metadata;
  • conservative transformations;
  • agreement diagnostics;
  • metric-set stability diagnostics;
  • matrix fusion;
  • graph projection as matrix output;
  • resource-aware execution.

Website role

This website presents PreciseDist and PreciseViz together because users follow a workflow, not a package boundary. The reference pages are split by package ownership, while the guides remain merged around the end-to-end spine.