| Package | Description |
|---|---|
| net.myrrix.common | |
| net.myrrix.common.collection | |
| net.myrrix.common.random |
| Modifier and Type | Method and Description |
|---|---|
FastIDSet |
MyrrixRecommender.getAllItemIDs() |
FastIDSet |
MyrrixRecommender.getAllUserIDs() |
| Modifier and Type | Method and Description |
|---|---|
FastIDSet |
FastIDSet.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FastIDSet.addAll(FastIDSet c) |
int |
FastIDSet.intersectionSize(FastIDSet other)
Convenience method to quickly compute just the size of the intersection with another .
|
boolean |
FastIDSet.removeAll(FastIDSet c) |
boolean |
FastIDSet.retainAll(FastIDSet c) |
| Modifier and Type | Method and Description |
|---|---|
static int |
RandomUtils.randomFrom(FastIDSet set,
org.apache.commons.math3.random.RandomGenerator random) |
Copyright © 2012. All Rights Reserved.