| Interface | Description |
|---|---|
| LenskitResultList |
LensKit refinement of the general result list type.
|
| LenskitResultMap |
LensKit refinement of the general result map type.
|
| Class | Description |
|---|---|
| AbstractResult |
Base class for basic result types.
|
| BasicResult |
A basic
Result implementation with no details. |
| BasicResultList |
Basic list-based implementation of a result list.
|
| BasicResultMap |
Standard result map implementation.
|
| RescoredResult |
A result that wraps another result with a different score.
|
| ResultAccumulator |
Accumulator for sorted lists of results.
|
| Results |
Utility functions for working with results.
|