Package | Description |
---|---|
com.cloudera.oryx.app.speed.als |
Contains an app tier implementation of a Speed Layer, for ALS recommendation.
|
com.cloudera.oryx.app.speed.kmeans |
Contains an app tier implementation of a Speed Layer, for ALS recommendation.
|
com.cloudera.oryx.app.speed.rdf |
Contains an app tier implementation of a Speed Layer, for random decision forest
classification and regression.
|
Modifier and Type | Class and Description |
---|---|
class |
ALSSpeedModel
Contains all data structures needed to create near-real-time updates for an
ALS-based recommender.
|
Modifier and Type | Class and Description |
---|---|
class |
KMeansSpeedModel
Contains all data structures needed to create near-real-time updates for a
k-means clustering model.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFSpeedModel
Contains all data structures needed to create near-real-time updates for a
random decision forest-based classifier or regressor.
|
Copyright © 2014–2018. All rights reserved.