Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经在 VS 中构建了 xgboost,但是我不知道如何在我的 c++ 程序(windows visual studio)中使用 xgboost,但是官方教程缺乏关于此的文档。我不需要 python、R、Java 包装器解决方案。谢谢。
1) 下载他们的 SDK 并安装 这将提供他们的 lib 并包含 2) 在您的 C++ 编辑器中,指定 Lib 和包含文件的位置
通过这些步骤,您可以将您的应用程序与其库链接