The application provides a
community search method, device, medium and equipment, the method comprises the following steps: according to
complex network data set, the multiple
graph model of dynamic attribute network is constructed, input specified parameter l, k and θ, wherein l represents sequence length threshold value, k represents support threshold value, and θ represents search
score threshold value;The range of the edge time stamp in the network is determined to determine the time span, and the multiple
graph model is divided into different time snapshots;In each time snapshot, the number of triangles formed by each edge in the
current time snapshot is calculated as the support of the edge, and each dynamic edge is traversed, and the dynamic edge whose support is less than k or does not meet the existence in the continuous time snapshot of length l is deleted in a loop;Based on the search
score threshold value θ, the remaining nodes of all time snapshots are integrated, and the (l, k, θ)‑truss structure model is obtained, and the induced subgraph of the (l, k, θ)‑truss structure model in the original multiple
graph model G is taken as the result
community.