Package | Description |
---|---|
com.cloudera.oryx.app.batch.mllib.als |
Contains an app tier implementation of a Batch Layer, for ALS recommendations, using Spark MLlib.
|
com.cloudera.oryx.app.batch.mllib.kmeans |
Contains an app tier implementation of a Batch Layer, for k-means clustering,
using Spark MLlib.
|
com.cloudera.oryx.app.batch.mllib.rdf |
Contains an app tier implementation of a Batch Layer, for random decision forest-based
clustering and regression, using Spark MLlib.
|
Modifier and Type | Class and Description |
---|---|
class |
ALSUpdate
A specialization of
MLUpdate that creates a matrix factorization model of its
input, using the Alternating Least Squares algorithm. |
Modifier and Type | Class and Description |
---|---|
class |
KMeansUpdate
Update function that builds and evaluates k-means models in the Batch Layer.
|
Modifier and Type | Class and Description |
---|---|
class |
RDFUpdate
Update function that builds and evaluates random decision forest models in the Batch Layer.
|
Copyright © 2014–2018. All rights reserved.