go-clope:使用并行计算和IO接口的CLOPE集群算法的Go lang实现

时间:2024-06-11 13:55:23
【文件属性】:

文件名称:go-clope:使用并行计算和IO接口的CLOPE集群算法的Go lang实现

文件大小:17KB

文件格式:ZIP

更新时间:2024-06-11 13:55:23

Go

爬坡 使用并行计算的聚类算法的Golang实现。 安装并运行示例 安装go-clope $ go get github.com/realb0t/go-clope 示例程序: package clope_example import ( "github.com/realb0t/go-clope/clope" "github.com/realb0t/go-clope/cluster/store" "github.com/realb0t/go-clope/transaction" "github.com/realb0t/go-clope/transaction/simple" io "github.com/realb0t/go-clope/io/memory" driver "github.com/realb0t/go-clope/cluster/store/dr


【文件预览】:
go-clope-master
----.gitignore(266B)
----README.md(4KB)
----clope()
--------clope_test.go(3KB)
--------clope.go(3KB)
----atom()
--------atom.go(756B)
--------atom_test.go(422B)
----docs()
--------clope-concept.mdoc(2KB)
----LICENSE(1KB)
----cluster()
--------cluster_test.go(2KB)
--------store()
--------cluster.go(2KB)
----transaction()
--------simple()
--------transaction.go(320B)
--------transaction_test.go(45B)
----io()
--------io.go(473B)
--------io_test.go(37B)
--------memory()

网友评论