Rust 中的快速分层凝聚聚类。

时间:2024-07-18 12:40:57
【文件属性】:

文件名称:Rust 中的快速分层凝聚聚类。

文件大小:15.31MB

文件格式:ZIP

更新时间:2024-07-18 12:40:57

kodama

儿玉这个箱子提供了凝聚层次聚类的快速实现。这个库是在 MIT 许可下发布的。这个箱子中的想法和实现在很大程度上基于 Daniel Müllner 的工作,特别是他 2011 年的论文,现代分层凝聚聚类算法。部分实现也受到了他的 C++ 库fastcluster 。反过来,Müllner 的工作基于 MATLAB 和SciPy提供的层次聚类工具。该库的运行时性能与 Müllner 的fastcluster实现fastcluster 。有关如何使用层次聚类的更详细示例,请参阅API 文档中的示例。文档https://docs.rs/kodama用法将此添加到您的Cargo.toml :[dependencies ]kodama =" 0.1"这是你的箱子根:externcrate kodama;C API 和 Go 绑定该存储库包括kodama-capi ,它为层次聚类提供了一个 C 接口。该存储库还包括通过 cgo到上述 C API 的Go FFI 绑定。Go 库的文档可以在godoc.org/github.com/diffeo/kodama/go-kodama找到。


【文件预览】:
kodama-master
----kodama-capi()
--------ctest()
--------Cargo.toml(608B)
--------src()
--------LICENSE(1KB)
--------README.md(1017B)
--------include()
----rustfmt.toml(44B)
----Cargo.toml(990B)
----experiments()
--------locations.py(9KB)
--------.gitignore(10B)
----.github()
--------workflows()
----go-kodama()
--------kodama_test.go(5KB)
--------kodama.go(9KB)
--------kodama.h(5KB)
--------LICENSE(1KB)
--------README.md(4KB)
--------go-kodama-example()
----src()
--------method.rs(2KB)
--------generic.rs(15KB)
--------condensed.rs(3KB)
--------spanning.rs(3KB)
--------union.rs(9KB)
--------dendrogram.rs(8KB)
--------queue.rs(7KB)
--------active.rs(10KB)
--------test.rs(3KB)
--------chain.rs(8KB)
--------lib.rs(25KB)
--------primitive.rs(8KB)
----LICENSE(1KB)
----README.md(2KB)
----data()
--------locations()
----.gitignore(217B)
----kodama-bin()
--------Cargo.toml(871B)
--------Cargo.lock(15KB)
--------src()
--------LICENSE(1KB)
--------README.md(119B)
----benches()
--------bench.rs(5KB)

网友评论