X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/mlbackend/php/phpml/src/Phpml/Clustering
home
/
cbholdings
/
pasukulu
/
lib
/
mlbackend
/
php
/
phpml
/
src
/
Phpml
/
Clustering
/
📁
..
📄
Clusterer.php
(138 B)
📄
DBSCAN.php
(2.9 KB)
📄
FuzzyCMeans.php
(6.4 KB)
📁
KMeans
📄
KMeans.php
(1.12 KB)
Editing: Clusterer.php
<?php declare(strict_types=1); namespace Phpml\Clustering; interface Clusterer { public function cluster(array $samples): array; }
Upload File
Create Folder