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.
|
com.cloudera.oryx.example.speed |
Contains a minimal example of what a user application would create to implement a
Speed Layer.
|
com.cloudera.oryx.lambda.speed |
Contains the core support for the Lambda tier of the Speed Layers.
|
Modifier and Type | Class and Description |
---|---|
class |
ALSSpeedModelManager
Implementation of
SpeedModelManager that maintains and updates an ALS model in memory. |
Modifier and Type | Class and Description |
---|---|
class |
KMeansSpeedModelManager
Implementation of
SpeedModelManager that maintains and updates an k-means
clustering model in memory. |
Modifier and Type | Class and Description |
---|---|
class |
RDFSpeedModelManager
Implementation of
SpeedModelManager that maintains and updates a random decision
forest model in memory. |
Modifier and Type | Class and Description |
---|---|
class |
ExampleSpeedModelManager
Also counts and emits counts of number of distinct words that occur with words.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaSpeedModelManagerAdapter<K,M,U>
Adapts a
ScalaSpeedModelManager to be a Java SpeedModelManager . |
Copyright © 2014–2016. All rights reserved.