ornwipa / book_recommender

Final project for ComIT's FULL STACK .NET course
GNU General Public License v3.0
1 stars 1 forks source link

created User data model #13

Closed ornwipa closed 4 years ago

ornwipa commented 4 years ago

mix of console app to get input for user_id, and method to get rating vector of current_user.rating

ornwipa commented 4 years ago

Refer to two methods: public static int[][] constructUserMatrix() and public static User accessUser(int[][] user_matrix, int user_index)