The collection procedure is illustrated in algorithm 3.1. Starting from a set of “seed” users U, we collected their public information,statuses, posts and photos. Then U is repeatedly expanded until we get some large amount of data. The expansion is realized as follow.For each user u in U, we collect u’s public statuses/posts/photos. For each status/post/photo p, we take the set of people who like p, the comments made in p, people who wrote or who liked those comments.Then we obtain a list of “new” users to add to U. The collection and expansion are repeated until we get an amount of data, which, is defined by a threshold. The resulting dataset contains about 1611 users, 1213 posts, 1090 comments, and 6612 personal names (including first name, last name, full name, username, web site, etc).
 
ขั้นตอนการเก็บรวบรวมเป็นภาพประกอบในขั้นตอนวิธีการ 1 . เริ่มจากชุดของ " เมล็ด " ผู้ใช้ u เราเก็บข้อมูลสาธารณะของพวกเขาและสถานะ โพสต์รูป คุณก็เป็นซ้ำๆ จนเราได้ขยายขนาดใหญ่ปริมาณของข้อมูล การขยายตัวเป็นตระหนักดังนี้ สำหรับผู้ใช้แต่ละ คุณ ใน ยู เราเก็บ U ของสาธารณะสถานะ / โพสต์ / ภาพถ่าย สำหรับแต่ละสถานะ / โพสต์รูป / P we take the set of people who like p, the comments made in p, people who wrote or who liked those comments.Then we obtain a list of “new” users to add to U. The collection and expansion are repeated until we get an amount of data, which, is defined by a threshold.  The resulting dataset contains about 1611 users, 1213 posts, 1090 comments, and 6612 personal names (including first name, last name, full name, username, web site, etc).
การแปล กรุณารอสักครู่..
