Package | Description |
---|---|
com.cloudera.oryx.app.serving.als |
Contains an app tier implementation of a Serving Layer, for ALS recommendation.
|
com.cloudera.oryx.app.serving.als.model |
Data model support for the ALS recommender Serving Layer app.
|
Modifier and Type | Class and Description |
---|---|
class |
CosineAverageFunction
Computes the cosine of the angle between a target vector and other vectors.
|
class |
DotsFunction
Computes the dot product of a target vector and other vectors.
|
Modifier and Type | Method and Description |
---|---|
Stream<Pair<String,Double>> |
ALSServingModel.topN(CosineDistanceSensitiveFunction scoreFn,
ToDoubleObjDoubleBiFunction<String> rescoreFn,
int howMany,
Predicate<String> allowedPredicate) |
Copyright © 2014–2018. All rights reserved.