DOC

com.github.sergejzr.lib : Diversity

Maven & Gradle

Sep 10, 2016
0 stars

Efficient Diversity Computation of Large Datasets · We propose two efficient algorithms for exploring topic diversity in large document corpora such as user generated content on the social web, bibliographic data, or other web repositories. Analyzing diversity is useful for obtaining insights into knowledge evolution, trends, periodicities, and topic heterogeneity of such collections. Calculating diversity statistics requires averaging over the similarity of all object pairs, which, for large corpora, is prohibitive from a computational point of view. Our proposed algorithms overcome the quadratic complexity of the average pair-wise similarity computation, and allow for constant time (depending on dataset properties) or linear time approximation with probabilistic guarantees.

Table Of Contents

Latest Version

Download com.github.sergejzr.lib : Diversity Javadoc & API Documentation - Latest Versions:

All Versions

Download com.github.sergejzr.lib : Diversity Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file Diversity-0.0.1-javadoc.jar to Diversity-0.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder Diversity-0.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "Diversity-0.0.1-sources.jar" -d "Diversity-0.0.1-javadoc" -subpackages 

Advertisement