Package | Description |
---|---|
com.cloudera.oryx.app.serving.als.model |
Data model support for the ALS recommender Serving Layer app.
|
com.cloudera.oryx.app.serving.kmeans.model |
Data model support for the k-means clustering Serving Layer app.
|
com.cloudera.oryx.app.serving.rdf.model |
Data model support for the random decision forest Serving Layer app.
|
com.cloudera.oryx.example.serving |
Contains a minimal example of what a user application would create to implement a
Serving Layer.
|
Modifier and Type | Class and Description |
---|---|
class |
ALSServingModelManager
A
ServingModelManager that manages and provides access to an
ALSServingModel for the ALS Serving Layer application. |
Modifier and Type | Class and Description |
---|---|
class |
KMeansServingModelManager
A
ServingModelManager that manages and provides access to an
KMeansServingModel for the k-means Serving Layer application. |
Modifier and Type | Class and Description |
---|---|
class |
RDFServingModelManager
A
ServingModelManager that manages and provides access to an
RDFServingModel for the random decision forest Serving Layer application. |
Modifier and Type | Class and Description |
---|---|
class |
ExampleServingModelManager
Reads models and updates produced by the Batch Layer and Speed Layer.
|
Copyright © 2014–2018. All rights reserved.