Research Article

Deep Learning-Based Dynamic Stable Cluster Head Selection in VANET

Algorithm 2

CH selection.
Input: Relative Speed and Location ; Cluster (C), no of clusters.
 Output: CH
 For t = 1:
 For
  For j = 1: CM
  Obtain the using the equation (3)
  Calculate the ; affinity matrix
  Fabricate the evolving graph for each cluster
  Find the maximum eigenvalues ; calculate using equation (10)
  Determine the neighbor and find the using equation (12)
  From the LSTM trained network, calculate the
  Obtain the for each CM
     
  End
    
   End
 End