| Package | Description |
|---|---|
| de.jungblut.datastructure | |
| de.jungblut.distance | |
| de.jungblut.nlp |
| Class and Description |
|---|
| ArrayJoiner
A
Joiner utility that works for primitive arrays which Guava's Joiner
can't deal with. |
| DistanceResult
Immutable generic distance result that contains a document type object and
its distance (to some artificial queried document).
|
| InputProvider
A provider that provides generic input from a generic source as an iterator
that can be read over and over again.
|
| InvertedIndex
Inverted Index, mainly developed for sparse vectors to speedup dimension
lookups for fast distance measurement and search space reduction.
|
| InvertedIndex.DocumentDistanceMeasurer
Measurer that measures distance of two documents.
|
| InvertedIndex.DocumentMapper
Mapper that maps a document to its keys.
|
| StringPool
Simple map based StringPool that is considered faster than using
String.intern(), but uses a bit more memory. |
| Class and Description |
|---|
| InvertedIndex.DocumentDistanceMeasurer
Measurer that measures distance of two documents.
|
| Class and Description |
|---|
| InvertedIndex.DocumentMapper
Mapper that maps a document to its keys.
|
| StringPool
Simple map based StringPool that is considered faster than using
String.intern(), but uses a bit more memory. |
Copyright © 2016. All rights reserved.