Skip to content

Instantly share code, notes, and snippets.

@kleem
kleem / README.md
Last active August 29, 2015 14:22 — forked from nitaku/README.md
Cassandra word cloud
@kleem
kleem / README.md
Last active June 20, 2019 22:09
Cassandra word cloud II (colored keywords)

Treemap word cloud (similar to this example) showing the most popular tags used in a forum about drugs. Each thread of the forum may have one or more associated tags. The frequency is calculated keeping into account the number of posts in each thread. Important keywords are emphasized.

This is a visualization for the European project CASSANDRA.

@kleem
kleem / README.md
Last active August 29, 2015 14:22
Cassandra word cloud III (stemming)

Treemap word cloud (similar to this example) showing the most used words in a forum about drugs. Thanks to the stemming process, the problem of counting singular and plural forms of the same word as different words is avoided, but the side effect is that some stems are no longer readable words with a meaning. Important keywords are emphasized (those not affected by the stemming).

This is a visualization for the European project CASSANDRA.

@kleem
kleem / README.md
Created June 12, 2015 13:25
Cassandra shared tags network
@kleem
kleem / README.md
Last active July 27, 2016 04:59
Cassandra social graph matrix

This example shows the interactions of a group of forum users in the form of a matrix. The interaction is computed by taking into account the number of posts the users wrote into threads with common tags (tags are chosen from a list of relevant keywords). To make clusters more evident we sort the users with a hierarchical clustering algorithm.

A linear luminance multihue color scale is used to improve the readability of the color encoding.

@kleem
kleem / README.md
Created June 22, 2015 13:32
Cassandra substances matrix
@kleem
kleem / README.md
Last active August 29, 2015 14:24
Cassandra forum structure

Radial tree depicting the structure of a forum analysed in the Cassandra project. The area of each node depends from the number of posts contained in the respective section of the forum. It is not truly proportional, since nodes having no posts have an area that is greater than 0 in order to make them visible. The layout comes from this example.

@kleem
kleem / README.md
Last active September 3, 2015 15:20
Cassandra forum structure II

An isometric treemap using tree colors to help in differentiating subtrees and perceiving hierarchy depth. Since leaves can be attached also to nodes that are not at the end of the hierarchy, a flat space is used to represent those leaves. The hierarchy is the structure of a forum analysed in the Cassandra project.

@kleem
kleem / README.md
Created July 16, 2015 08:55
Small ontology
@kleem
kleem / README.md
Created August 31, 2015 12:59
Cassandra forum structure II