curiosity-ai / umap-sharp

C# library for fast embeddings projection using Uniform Manifold Approximation and Projection
MIT License
36 stars 5 forks source link

Classifications and Saving Model #7

Open Sprinzl opened 2 years ago

Sprinzl commented 2 years ago

I really like your project. I implemented dynamic timewarping as distance function. Do you have an example how to: A: Save and load a model. B: Use the model with new sample for classification

thanks in advance.

robertvo commented 2 years ago

I am wondering about the same thing. Did you find the answer?