annembed 0.1.6

a Rust implementation of a dimension reduction à la Umap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- version 0.1.6  
 
    -- added intrinsic dimension estimation by Facco's 2nn algorithm  
    -- negative sampling can be done using hubness data (slightly better quality). See EmbedParams  
    -- The embedding computes a continuity ratio for each point which can be examined with the Julia function plotCsvContinuity
    (see visu.jl/plotCsvContinuity)  
    -- update deps of lax, blas-src and ndarray  
    -- The Julia function plotCsvLabels returns a Dict mapping labels into colors making it possible to interpret proximities 
- version 0.1.5
  
    -- switched to edition 2024  
    -- annembed binary changed name to embed (to avoid doc generation name clash).  
    -- python interface  
    -- added binary dmapembed to embed via diffusion maps