| Package | Description |
|---|---|
| org.grouplens.lenskit.collections |
Custom collections and related utilities.
|
| org.grouplens.lenskit.scored |
Associate IDs with scores.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CopyingFastCollection<E>
Abstract fast collection that implements
CopyingFastCollection.iterator() in terms of
fastIterator() and #copy(E). |
| Modifier and Type | Method and Description |
|---|---|
static <E> FastCollection<E> |
CollectionUtils.emptyFastCollection()
Create an empty, immutable fast collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PackedScoredIdList
A space-efficient, unboxed list of scored IDs.
|
| Modifier and Type | Method and Description |
|---|---|
static FastCollection<ScoredId> |
ScoredIds.collectionFromVector(SparseVector vector)
View a vector as a
FastCollection of ScoredId objects. |
Copyright © 2013 GroupLens Research. All Rights Reserved.