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.rdf |
Contains an app tier implementation of a Serving Layer, for random decision forest
classification and regression.
|
Modifier and Type | Method and Description |
---|---|
List<IDValue> |
RecommendToMany.get(List<javax.ws.rs.core.PathSegment> pathSegmentsList,
int howMany,
int offset,
boolean considerKnownItems,
List<String> rescorerParams) |
List<IDValue> |
Similarity.get(List<javax.ws.rs.core.PathSegment> pathSegmentsList,
int howMany,
int offset,
List<String> rescorerParams) |
List<IDValue> |
RecommendToAnonymous.get(List<javax.ws.rs.core.PathSegment> pathSegments,
int howMany,
int offset,
List<String> rescorerParams) |
List<IDValue> |
MostSurprising.get(String userID,
int howMany,
int offset) |
List<IDValue> |
Recommend.get(String userID,
int howMany,
int offset,
boolean considerKnownItems,
List<String> rescorerParams) |
List<IDValue> |
RecommendWithContext.get(String userID,
List<javax.ws.rs.core.PathSegment> pathSegments,
int howMany,
int offset,
boolean considerKnownItems,
List<String> rescorerParams) |
List<IDValue> |
Because.get(String userID,
String itemID,
int howMany,
int offset) |
Modifier and Type | Method and Description |
---|---|
List<IDValue> |
ClassificationDistribution.get(String datum) |
Copyright © 2014–2018. All rights reserved.