| Package | Description |
|---|---|
| com.cloudera.oryx.app.als |
Support code for rALS recommender application functionality common to several layers.
|
| com.cloudera.oryx.app.serving.als.model |
Data model support for the ALS recommender Serving Layer app.
|
| Class and Description |
|---|
| AbstractRescorerProvider
Abstract implementation of
RescorerProvider which implements all methods to
return null. |
| FeatureVectors
Encapsulates a feature vectors, keyed by an ID, and associated data structures.
|
| FeatureVectorsPartition
Encapsulates a feature vectors, keyed by an ID, and associated data structures.
|
| Rescorer
Implementations of this interface can "rescore" the recommender's score for a item that is a candidate for
recommendation.
|
| RescorerProvider
Implementations of this interface provide, optionally, objects that can be used to
modify and influence the results of endpoints like
Recommend, Similarity,
etc. |
| Class and Description |
|---|
| RescorerProvider
Implementations of this interface provide, optionally, objects that can be used to
modify and influence the results of endpoints like
Recommend, Similarity,
etc. |
Copyright © 2014–2018. All rights reserved.