DOC

io.github.k3nn : k3nn

Maven & Gradle

Sep 17, 2015
4 stars

k3nn · Implementation of 3NN K-Nearest Neighbor clustering as described in [1], to identify salient information as the 2-degenerate cores from a clustering graph containing information nodes that are linked to their 3-nearest neighbors, and qualifying sentences that outrank previously selected sentences using a relevance model of salient information seen over a recent time interval. [1] JBP Vuurens, AP de Vries, R Blanco, P Mika, "Online News Tracking for Ad-Hoc Information Needs", in ICTIR 2015.

Table Of Contents

Latest Version

Download io.github.k3nn : k3nn Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.k3nn : k3nn Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.01

How to open Javadoc JAR file in web browser

  1. Rename the file k3nn-0.01-javadoc.jar to k3nn-0.01-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder k3nn-0.01-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 "k3nn-0.01-sources.jar" -d "k3nn-0.01-javadoc" -subpackages 

Advertisement