Distinct Content Element Count

From SONIVIS:Wiki

Jump to: navigation, search
Distinct Content Element Count

This metric is implemented in 0.8.


This metric is not implemented in 0.9. You can report this as a Bug.


This general metric can be applied on all information spaces.


This metric attributes to an actor.



The Distinct Content Element Count is the number of pages an actor has changed (=edited) in a certain period of time.

Objective

This measure gives an overview on the activity of an author on different pages [1]. It can be used to verify the content spectrum of an author.

Calculation

Statement

SQL-example (MediaWiki)
SELECT count(distinct r.rev_page) FROM revision r WHERE rev_user=1370 AND r.rev_timestamp BETWEEN "20071224000000" AND "20081223000000";

Categorization in SONIVIS Preference Page

MetricCategory.NODE_METRICS

References

Personal tools