Skip to content

Releases: tkucner/CLiFF-map-matlab

CLiFF-map MATLAB v1.0.0

Choose a tag to compare

@tkucner tkucner released this 12 Jun 05:57

Optimised + parallel re-implementation of CLiFF-map as the main code; the original implementation is preserved unchanged under legacy/.

Highlights

  • Optimised functions: closed-form bivariate density, batched mean-shift, vectorised EM, parfor over locations (build_cliffmap)
  • Self-contained demo_synthetic.m (no external data needed)
  • Original @Batch / @DynamicMap classes + drivers retained in legacy/
  • Validated against the legacy implementation (~1e-8 median agreement on ~93% of locations)
  • Mapping Toolbox not required (wrap shims included)

Developed with AI assistance (Anthropic Claude) under human review. License: MPL-2.0.

Minor documentation fix

Choose a tag to compare

@tkucner tkucner released this 17 Aug 16:10
v0.0.1

Minor fix in documentation

Basic functionalities

Choose a tag to compare

@tkucner tkucner released this 17 Aug 14:22

Initial version of the code containing basic functionalities. Does NOT contain imputation code.