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.
我正在尝试使用核密度估计(KDE)来计算 d 维样本数据点的 pdf。我已经阅读了他们引用库libAGF的wiki 页面。但是,该站点没有示例或教程。我不愿意自己编写代码,因为我确信库会更加优化(可能使用最近邻搜索来加速评估)。
有谁知道任何实现此功能的库?