php-clustering:PHP 的聚类算法

时间:2024-07-23 16:43:42
【文件属性】:

文件名称:php-clustering:PHP 的聚类算法

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-23 16:43:42

PHP

php集群 PHP 的聚类算法 用法 use \webd\clustering\ KMeans ; use \webd\clustering\ GMeans ; use \webd\clustering\ RnPoint ; // These examples use points in Rn, but some algorithms (like KMeans) // support points in non-euclidean spaces $ points = array ( new RnPoint ( array ( 1 , 1 )), new RnPoint ( array ( 2 , 2 )), new RnPoint ( array ( 2 , 3 )) ); // Simple KMeans $ kmeans = new KMeans ; $ km


【文件预览】:
php-clustering-master
----src()
--------webd()
----README.md(962B)
----tests()
--------src()
--------bootstrap.php(551B)
----.gitignore(29B)
----composer.json(233B)

网友评论