Registry / other / libscran-umappp

libscran-umappp

JSON →
library3.2.1vcpkgunverified

UMAP C++ implementation

vcpkg install libscran-umappp
INSTALL
IMPORT
SIG · LIBSCRAN-UMAPPP
L
libscran-umappp
othercppv3.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

umappp/umappp.hpp
#include <umappp/umappp.hpp>

Run UMAP dimensionality reduction

#include "umappp/umappp.hpp" #include <vector> int main() { std::vector<double> data = {1.0, 2.0, 3.0, 4.0}; auto result = umappp::run(data, 2, 2); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.

libscran-umappp — pip install libscran-umappp · libregistry