Registry / other / shogun

shogun

JSON →
library6.1.4vcpkgunverified

Unified and efficient Machine Learning

vcpkg install shogun
INSTALL
IMPORT
SIG · SHOGUN
S
shogun
othercppv6.1.4
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.

shogun/base/init.h
#include <shogun/base/init.h>

Initialize Shogun and create dense features

#include <shogun/base/init.h> #include <shogun/features/DenseFeatures.h> int main() { shogun::init_shogun(); // Example: create dense features shogun::SGMatrix<float64_t> data(2, 3); auto features = std::make_shared<shogun::DenseFeatures<float64_t>>(data); shogun::exit_shogun(); return 0; }
Debug
Known issues
gotchaShogun requires explicit initialization and cleanup with init_shogun/exit_shogun
fix
Always call init_shogun() before using any Shogun classes and exit_shogun() at the end
affects: all
Upgrade
Version history
6.1.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources

No resource links recorded.