jar

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 JAR file - Latest Versions:

All Versions

Download com.github.sergejzr.lib : Diversity JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window Diversity-0.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.sergejzr.de.l3s.rdj.document

├─ com.github.sergejzr.de.l3s.rdj.document.Diversity.class - [JAR]

├─ com.github.sergejzr.de.l3s.rdj.document.Document.class - [JAR]

├─ com.github.sergejzr.de.l3s.rdj.document.SimilarityComparator.class - [JAR]

com.github.sergejzr.de.l3s.toolbox

├─ com.github.sergejzr.de.l3s.toolbox.Jaccard.class - [JAR]

├─ com.github.sergejzr.de.l3s.toolbox.JaccardSimilarityComparator.class - [JAR]

├─ com.github.sergejzr.de.l3s.toolbox.Median.class - [JAR]

├─ com.github.sergejzr.de.l3s.toolbox.MinWise.class - [JAR]

com.github.sergejzr.de.l3s.rdj.impl

├─ com.github.sergejzr.de.l3s.rdj.impl.AllPairsDJ.class - [JAR]

├─ com.github.sergejzr.de.l3s.rdj.impl.SampleDJ.class - [JAR]

├─ com.github.sergejzr.de.l3s.rdj.impl.TrackDJ.class - [JAR]

├─ com.github.sergejzr.de.l3s.rdj.impl.TrackDJReadable.class - [JAR]

├─ com.github.sergejzr.de.l3s.rdj.impl.indexItemType.class - [JAR]

Advertisement