Package | Description |
---|---|
es.uam.eps.ir.ranksys.fast.preference |
Fast versions of PreferenceData.
|
Modifier and Type | Method and Description |
---|---|
static <U,I> SimpleFastPreferenceData<U,I> |
SimpleFastPreferenceData.load(Stream<org.jooq.lambda.tuple.Tuple3<U,I,Double>> tuples,
FastUserIndex<U> uIndex,
FastItemIndex<I> iIndex)
Loads a SimpleFastPreferenceData from a stream of user-item-value triples.
|
static <U,I,O> SimpleFastPreferenceData<U,I> |
SimpleFastPreferenceData.load(Stream<org.jooq.lambda.tuple.Tuple4<U,I,Double,O>> tuples,
org.jooq.lambda.function.Function4<Integer,Integer,Double,O,? extends IdxPref> uIdxPrefFun,
org.jooq.lambda.function.Function4<Integer,Integer,Double,O,? extends IdxPref> iIdxPrefFun,
FastUserIndex<U> uIndex,
FastItemIndex<I> iIndex,
Function<IdxPref,IdPref<I>> uIdPrefFun,
Function<IdxPref,IdPref<U>> iIdPrefFun)
Loads a SimpleFastPreferenceData from a stream of user-item-value-other tuples.
|
Copyright © 2016. All rights reserved.