mirror of
https://github.com/bdelespierre/php-kmeans.git
synced 2025-01-17 12:38:28 +01:00
16 lines
415 B
JSON
16 lines
415 B
JSON
{
|
|
"name": "bdelespierre/php-kmeans",
|
|
"type": "library",
|
|
"description": "K-Means algorithm for PHP",
|
|
"keywords": ["php", "kmeans", "kmeans++", "utility"],
|
|
"license": "LGPL",
|
|
"authors": [
|
|
{ "name": "Benjamin Delespierre", "email": "benjamin.delespierre@gmail.com" }
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": { "KMeans": "src/" }
|
|
}
|
|
} |