Package | Description |
---|---|
com.cloudera.oryx.api.serving |
Application API interface classes for the Serving Layer.
|
com.cloudera.oryx.app.serving |
Contains common code supporting several implementations of an app-tier Serving Layer.
|
com.cloudera.oryx.app.serving.als.model |
Data model support for the ALS recommender Serving Layer app.
|
com.cloudera.oryx.app.serving.classreg.model | |
com.cloudera.oryx.app.serving.clustering.model |
Contains app tier support code for implementations of clustering in the Serving Layer.
|
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.
|
com.cloudera.oryx.lambda.serving |
Contains the core support for the Lambda tier of the Serving Layers.
|
Modifier and Type | Method and Description |
---|---|
ServingModel |
ServingModelManager.getModel() |
Modifier and Type | Method and Description |
---|---|
protected ServingModel |
AbstractOryxResource.getServingModel() |
Modifier and Type | Class and Description |
---|---|
class |
ALSServingModel
Contains all data structures needed to serve real-time requests for an ALS-based recommender.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassificationRegressionServingModel
Implementations are
ServingModel s that specifically support classification
or regression problems. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClusteringServingModel
Implementations are
ServingModel s that specifically support clustering problems. |
Modifier and Type | Class and Description |
---|---|
class |
KMeansServingModel
Contains all data structures needed to serve queries for a
k-means clustering application.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFServingModel
Contains all data structures needed to serve queries for a
random decision forest-based classifier or regressor.
|
Modifier and Type | Class and Description |
---|---|
class |
ExampleServingModel
ServingModel produced by ExampleServingModelManager . |
Modifier and Type | Method and Description |
---|---|
ServingModel |
ExampleServingModelManager.getModel() |
Modifier and Type | Method and Description |
---|---|
ServingModel |
ScalaServingModelManagerAdapter.getModel() |
Copyright © 2014–2018. All rights reserved.