jar

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

All Versions

Download io.github.k3nn : k3nn JAR file - All Versions:

Version Vulnerabilities Size Updated
0.01

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 k3nn-0.01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.k3nn.impl

├─ io.github.k3nn.impl.ClusteringGraphFast.class - [JAR]

├─ io.github.k3nn.impl.ClusteringGraphPurgable.class - [JAR]

├─ io.github.k3nn.impl.NodeCount.class - [JAR]

├─ io.github.k3nn.impl.NodeMagnitude.class - [JAR]

├─ io.github.k3nn.impl.NodeSentence.class - [JAR]

├─ io.github.k3nn.impl.NodeStoreIIBinary.class - [JAR]

├─ io.github.k3nn.impl.NodeStoreIIIDF.class - [JAR]

├─ io.github.k3nn.impl.NodeTerms.class - [JAR]

├─ io.github.k3nn.impl.NodeTitle.class - [JAR]

io.github.k3nn.retriever

├─ io.github.k3nn.retriever.TopKRetriever.class - [JAR]

├─ io.github.k3nn.retriever.TopKRetrieverShared.class - [JAR]

io.github.k3nn.query

├─ io.github.k3nn.query.Query.class - [JAR]

├─ io.github.k3nn.query.QueryDouble.class - [JAR]

├─ io.github.k3nn.query.QueryMulti.class - [JAR]

├─ io.github.k3nn.query.QueryOr.class - [JAR]

├─ io.github.k3nn.query.QuerySingle.class - [JAR]

io.github.k3nn

├─ io.github.k3nn.Cluster.class - [JAR]

├─ io.github.k3nn.ClusteringGraph.class - [JAR]

├─ io.github.k3nn.Edge.class - [JAR]

├─ io.github.k3nn.EdgeIterator.class - [JAR]

├─ io.github.k3nn.Node.class - [JAR]

├─ io.github.k3nn.NodeStore.class - [JAR]

├─ io.github.k3nn.NodeStoreII.class - [JAR]

├─ io.github.k3nn.Score.class - [JAR]

Advertisement