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.
有没有人能够为 iOS 编译 libSVM?我没有在网上找到任何指南,也没有任何人报告它在新设备上的速度有多快。谁能指出我正确的方向以使 libSVM 在 iOS 上运行(如果可能的话)?
谢谢你。
OpenCV中包含的SVM怎么样?OpenCV 最近增加了对 iOS 的支持,它的 SVM 实现实际上是基于 LibSVM。这是我发现在 iOS 上轻松实现 SVM 的最佳选择。