rajincse / Multifaceted

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

separate EyeInterestAnalyzer package #25

Closed rajincse closed 9 years ago

rajincse commented 9 years ago

Completed: At revision: 163

25

Previous version files added. Events and DataObject

rajincse commented 9 years ago

Completed: At revision: 164

25

Previous Version Viewers are added.

rajincse commented 9 years ago

Completed: At revision: 165

25

perspectives updated

rajincse commented 9 years ago

Completed: At revision: 166

25

New version file added

rajincse commented 9 years ago

Completed: At revision: 167

25

Levenshtein distance class added

rajincse commented 9 years ago

Completed: At revision: 168

25

Scarfplot viewer initial code added

rajincse commented 9 years ago

Completed: At revision: 169

25

Scarfplot created.

rajincse commented 9 years ago

Completed: At revision: 170

25

Hierarchical clustering algorithm implemented

  1. agglomerative method is used
  2. single linkage is used
rajincse commented 9 years ago

Completed: At revision: 171

25

  1. height and parent added to Cluster Node
  2. createCluster is called after load.
  3. In the render the renderClusterMethod is called.
  4. In the render Cluster method the clusters are rendered recursively
  5. The Timeline is drawn with some shifts of the height of the root cluster.
  6. Dataobject hovered is now on users ( Need fixing)
  7. Mouse Drag events are disabled
rajincse commented 9 years ago

Completed: At revision: 172

25

Dr. Jianu: "First, from what I can see, your scarfplot only picks the maximum value from a heatmap column. Is that right? We've discsussed that we want our scarfplots to capture the probabilistic nature of our data. At each timepoint you need to show the most likely viewed elements and how likely they were. Probably use some sort of stacked bar at each time point. "

Implemented

rajincse commented 9 years ago

Completed: At revision: 173

25

Tree height related drawing issue is fixed:

  1. Tree depth is incorporated.
  2. Leaf nodes are drawn on rootHeight - depth distance.
rajincse commented 9 years ago

Completed: At revision: 174

25

Unwanted println removed

rajincse commented 9 years ago

Completed: At revision: 175

25

  1. The strings are calculated with Delimiters
  2. Delimited string levenshtein distance calculated.
  3. The timeline drawing line is fixed.
rajincse commented 9 years ago

Completed: At revision: 176

25

rajincse commented 9 years ago

Completed: At revision: 177

25

The scarfplot colors added

rajincse commented 9 years ago

Completed: At revision: 178

25

  1. ClusteringStringItem renamed to clusterItem
  2. distances are double now
  3. 2 types of method option added concrete and discrete
rajincse commented 9 years ago

Completed: At revision: 179

25

TimeSlice based discrete clustering implemented

rajincse commented 9 years ago

Completed: At revision: 180

25

TimeSlice and SliceElement files added

rajincse commented 9 years ago

Completed: At revision: 181

25

Clustering method property added

rajincse commented 9 years ago

Completed: At revision: 182

25

ToString added to Slice element Getter for id and type in dataObject Slice Element for typeVal > 0

rajincse commented 9 years ago

25

Completed: At revision: 183

  1. MaxValueElement method added
  2. Particular method added for clustering
  3. heatmap method added as a different method
rajincse commented 9 years ago

Completed: At revision: 184

25

unique color assigned to the scarfplot

rajincse commented 9 years ago

Completed: At revision: 185

25

Mouse Hover bug is fixed

  1. The name matching is based on ClusterRoot.GetItems
  2. The rect is drawn with 200px extra width
rajincse commented 9 years ago

Completed: At revision: 186

25

  1. Total value added to timeslice
  2. Feture method added
  3. calculateTimeSlice is a different method
rajincse commented 9 years ago

Completed: At revision: 187

25

  1. Java path fixed
  2. Heatmap is translated down