Distinct Content Element Count
From SONIVIS:Wiki
Distinct Content Element Count
|
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

