1.Collecting Data
I have collected a total of 10 users’ data by today. And as shown in the previous post, I need to proceed with data preprocessing.
Before proceeding, Node and Edge were defined.

But among nodes, I’m looking into how to proceed for nodes caused by other users but which have same location.
In the next data preprocessing step, I will test how changing the same node is efficient. Then I will visualize the entire network.
I will change the entire data to the following format:
*Node (CSV file)

*Edge (CSV file)

2. Java Study
Today I studied the concepts of final and interface.
*Code



*UML
Today I was studying concepts, and I did not draw UML separately because of using only the println method in main function.
*Link