mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 22:18:40 +00:00
fix tests
This commit is contained in:
parent
624d6b517e
commit
ae6391ecf8
|
|
@ -17,7 +17,7 @@ namespace phpOMS\tests\Algorithm\Clustering;
|
||||||
use phpOMS\Algorithm\Clustering\Kmeans;
|
use phpOMS\Algorithm\Clustering\Kmeans;
|
||||||
use phpOMS\Algorithm\Clustering\Point;
|
use phpOMS\Algorithm\Clustering\Point;
|
||||||
|
|
||||||
include __DIR__ . '/../../Autoloader.php';
|
include_once __DIR__ . '/../../Autoloader.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @testdox phpOMS\tests\Algorithm\Clustering\KmeansTest: Clustering points/elements with the K-means algorithm
|
* @testdox phpOMS\tests\Algorithm\Clustering\KmeansTest: Clustering points/elements with the K-means algorithm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user