| Package | Description |
|---|---|
| org.grouplens.lenskit.scored |
Associate IDs with scores.
|
| org.grouplens.lenskit.symbols |
Interned symbols.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DoubleSymbolValue> |
AbstractScoredId.getUnboxedChannels() |
Collection<DoubleSymbolValue> |
ScoredId.getUnboxedChannels()
Get the unboxed channels associated with a scored ID.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleSymbolValue |
SymbolValue.of(Symbol sym,
double val)
Create an unboxed symbol value.
|
static DoubleSymbolValue |
SymbolValue.of(TypedSymbol<Double> sym,
double val)
Create an unboxed symbol value.
|
Copyright © 2013 GroupLens Research. All Rights Reserved.