Answer the question
In order to leave comments, you need to log in
What are ready implementations of clustering in php?
At the input we have an unlimited number of arrays, at the output we would like to get intersection groups by the number of elements and by the number of arrays.
Input data:
$array1 = [1,2,3];
$array2 = [4,2,5];
$array3 = [4,2,3];
Answer the question
In order to leave comments, you need to log in
There are quite a lot of things on machine learning in PHP: https://github.com/php-ai/php-ml
I do not recommend using it in production, but you can see how it is implemented.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question