rajincse / Multifaceted

Implementation in Perspectives of Marion Dork's Visualization.
0 stars 0 forks source link

Calculate New Transition Probabilities #28

Closed rajincse closed 9 years ago

rajincse commented 9 years ago

Completed: At revision: 198

28

Initial Code is added

rajincse commented 9 years ago

Completed: At revision: 200

28

New probabilities created:

ACTOR ->ACTOR(NOT CONNECTED)=1 ACTOR ->MOVIE(NOT CONNECTED)=0.576 ACTOR ->MOVIE(CONNECTED)=0.08 ACTOR ->MOVIE(HOVER)=0.341 ACTOR ->DIRECTOR(NOT CONNECTED)=0.642 ACTOR ->GENRE(NOT CONNECTED)=0.028 ACTOR ->STAR(NOT CONNECTED)=0.003 MOVIE ->ACTOR(NOT CONNECTED)=0.534 MOVIE ->ACTOR(CONNECTED)=0.085 MOVIE ->ACTOR(HOVER)=0.381 MOVIE ->MOVIE(NOT CONNECTED)=0.995 MOVIE ->DIRECTOR(NOT CONNECTED)=0.276 MOVIE ->DIRECTOR(CONNECTED)=0.029 MOVIE ->DIRECTOR(HOVER)=0.139 MOVIE ->GENRE(NOT CONNECTED)=0.223 MOVIE ->GENRE(CONNECTED)=0.04 MOVIE ->GENRE(HOVER)=0.293 MOVIE ->STAR(NOT CONNECTED)=0.005 DIRECTOR ->ACTOR(NOT CONNECTED)=1 DIRECTOR ->MOVIE(NOT CONNECTED)=0.716 DIRECTOR ->MOVIE(CONNECTED)=0.03 DIRECTOR ->MOVIE(HOVER)=0.242 DIRECTOR ->DIRECTOR(NOT CONNECTED)=0.541 DIRECTOR ->GENRE(NOT CONNECTED)=0.459 DIRECTOR ->STAR(NOT CONNECTED)=0.011 GENRE ->ACTOR(NOT CONNECTED)=1 GENRE ->MOVIE(NOT CONNECTED)=0.56 GENRE ->MOVIE(CONNECTED)=0.043 GENRE ->MOVIE(HOVER)=0.385 GENRE ->DIRECTOR(NOT CONNECTED)=0.533 GENRE ->GENRE(NOT CONNECTED)=0.467 GENRE ->STAR(NOT CONNECTED)=0.012 STAR ->ACTOR(NOT CONNECTED)=1 STAR ->MOVIE(NOT CONNECTED)=1 STAR ->DIRECTOR(NOT CONNECTED)=0.418 STAR ->GENRE(NOT CONNECTED)=0.582

rajincse commented 9 years ago

Completed: At revision: 202

28

  1. Possibility count is incorporated
  2. Relevance data reading option added
rajincse commented 9 years ago

Completed: At revision: 203

28

Hover possibility logic fixed

rajincse commented 9 years ago

Completed: At revision: 204

28

Zero printing bug fixed

rajincse commented 9 years ago

Completed: At revision: 205

28

  1. Source type category removed
  2. STAR RATING type element ignored
rajincse commented 9 years ago

Completed: At revision: 206

28

ViewItem Hashcode is implemented

rajincse commented 9 years ago

Completed: At revision: 207

28

Occassional server query is permitted for isConnected