| Package | Description |
|---|---|
| org.grouplens.lenskit.vectors |
Vectors (both sparse and dense) and their operations.
|
| Modifier and Type | Method and Description |
|---|---|
static ImmutableVec |
ImmutableVec.create(double[] data)
Create a new vector from data in an array.
|
ImmutableVec |
ImmutableVec.immutable() |
ImmutableVec |
Vec.immutable()
Get an immutable vector with this vector's contents.
|
Copyright © 2013 GroupLens Research. All Rights Reserved.