Skip to main content
. 2021 Jan 1;18(1):282. doi: 10.3390/ijerph18010282
Algorithm 1: Master
Input: search_query; geo_coordinate; location_d
Output: The discovered concerns and their space and time information
  • 1 

    tweets ← DCSC(search_query, geo_coordinate)

  • 2 

    spark ← createSparkSession()

  • 3 

    tweets_DF ← spark.read(tweets)

  • 4 

    tweets_p_DF ← DPC(tweets_DF)

  • 5 

    tweets_g_DF ←CDC(tweets_p_DF)

  • 6 

    tweets_st_DF ← STEC(tweets_g_DF, location_d)

  • 7 

    VVC(tweets_g_DF, tweets_st_DF)