MVN

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.

<dependency>
    <groupId>com.github.sergejzr.lib</groupId>
    <artifactId>Diversity</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sergejzr.lib : Diversity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.github.sergejzr.lib : Diversity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
Diversity-0.0.1

How to add a dependency to Maven

Add the following com.github.sergejzr.lib : Diversity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sergejzr.lib</groupId>
    <artifactId>Diversity</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sergejzr.lib : Diversity gradle dependency to your build.gradle file:

implementation 'com.github.sergejzr.lib:Diversity:0.0.1'

Gradle Kotlin DSL: Add the following com.github.sergejzr.lib : Diversity gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sergejzr.lib:Diversity:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sergejzr.lib : Diversity sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sergejzr.lib" % "Diversity" % "0.0.1"

Advertisement