Package | Description |
---|---|
com.cloudera.oryx.app.als |
Support code for rALS recommender application functionality common to several layers.
|
com.cloudera.oryx.app.serving.als.model |
Data model support for the ALS recommender Serving Layer app.
|
com.cloudera.oryx.app.speed.als |
Contains an app tier implementation of a Speed Layer, for ALS recommendation.
|
com.cloudera.oryx.common.math |
General mathematical functions and related support code, including basic vector and
matrix operations.
|
Modifier and Type | Method and Description |
---|---|
Solver |
SolverCache.get(boolean blocking) |
Modifier and Type | Method and Description |
---|---|
static float[] |
ALSUtils.computeUpdatedXu(Solver solver,
double value,
float[] Xu,
float[] Yi,
boolean implicit)
Computes how a user vector Xu changes in response to interaction with an item vector Yi.
|
Modifier and Type | Method and Description |
---|---|
Solver |
ALSServingModel.getYTYSolver() |
Modifier and Type | Method and Description |
---|---|
Solver |
ALSSpeedModel.getXTXSolver() |
Solver |
ALSSpeedModel.getYTYSolver() |
Modifier and Type | Method and Description |
---|---|
static Solver |
LinearSystemSolver.getSolver(double[] packed) |
Copyright © 2014–2018. All rights reserved.