Z
Z
zaartix2019-01-18 18:53:43
PHP
zaartix, 2019-01-18 18:53:43

Clustering of mutual links. What options?

There are users, for example, about 100k, who like each other's photos. The task is to identify user communities whose likes are distributed only within a small group of 5 to 100 people (mutual likes are immediately cut off, we are talking about longer chains within this group).
What are the algorithms for clustering such things? To detect such anomalies.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
dmshar, 2019-01-18
@zaartix

Search for strongly connected components in a graph.
https://ru.wikipedia.org/wiki/Component_strong_s...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question