David Hägele
David Hägele
I don't think that is a correct bahavior. You may prove me wrong with supporting references to papers / manuals / API documentations. When I look at the corresponding Python...
So I've looked into smile's UMAP code, and I think I found something suspicious. Here on the following line the k-nearest-neighbor-graph (KNNG) is computed (not approximated as the comment suggests,...
Just did a quick and dirty test, and got it to run and output the correct number of projected points. Here are the changes: --- https://github.com/haifengl/smile/blob/9ee0aa73202ad8631ea6a7dc6a58b887d95be6c1/core/src/main/java/smile/manifold/UMAP.java#L246 the nng object is...
does this mean the artifact(s) are staged but not released? https://help.sonatype.com/repomanager2/staging-releases/managing-staging-repositories#ManagingStagingRepositories-ReleasingaStagingRepository
For LWJGL there is also a project for integrating it into the AWT environment. https://github.com/LWJGLX/lwjgl3-awt I'm using this as part of my plotting lib and have contributed to it. This...
Something is still causing problems with this temporary annoy file on windows. See #210. Why are you saving to disk anyways? Can it not be written to memory, like a...
@kaismh well, as stated on the project page of this repo, the dependency is from ```xml jitpack.io https://jitpack.io ``` but scijava.org also features it as I just learned. Thanks for...
Hey Jesse, I just discovered this service called jitpack (https://jitpack.io/), where you can simply paste the URL of your github repository that contains a maven project and it will pull...
No plans so far. I've been thinking about it for a bit though. At the moment we're building ready to use plot classes (e.g. scatter plot, line chart) that are...
I've been thinking about this some more and I think we cannot provide a switch for automatic log-scaling as it would require transforming data deep in the rendering pipe, meaning...