| Package | Description |
|---|---|
| org.grouplens.lenskit.vectors |
Vectors (both sparse and dense) and their operations.
|
| Modifier and Type | Method and Description |
|---|---|
static VectorEntry.State |
VectorEntry.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VectorEntry.State[] |
VectorEntry.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<VectorEntry> |
SparseVector.fast(VectorEntry.State state)
Return an iterable view of this vector using a fast iterator.
|
Iterator<VectorEntry> |
SparseVector.fastIterator(VectorEntry.State state)
Fast iterator over entries (it can reuse entry objects).
|
Copyright © 2013 GroupLens Research. All Rights Reserved.