| Package | Description |
|---|---|
| org.grouplens.lenskit.scored |
Associate IDs with scores.
|
| org.grouplens.lenskit.symbols |
Interned symbols.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<SymbolValue<?>> |
ScoredId.getChannels()
Get the channels associated with a scored ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleSymbolValue
A pairing of a
Symbol with a double value. |
| Modifier and Type | Method and Description |
|---|---|
static <T> SymbolValue<T> |
SymbolValue.of(TypedSymbol<T> sym,
T val)
Create a typed symbol value.
|
SymbolValue<K> |
TypedSymbol.withValue(K val)
Create a value paired with this symbol.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<SymbolValue<?>,TypedSymbol<?>> |
SymbolValue.extractSymbol() |
static com.google.common.base.Predicate<SymbolValue<?>> |
SymbolValue.hasSymbol(TypedSymbol<?> sym) |
Copyright © 2013 GroupLens Research. All Rights Reserved.