public class SVDPlusPlus
extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SVDPlusPlus.Conf
Configuration parameters for SVDPlusPlus.
|
Constructor and Description |
---|
SVDPlusPlus() |
Modifier and Type | Method and Description |
---|---|
static scala.Tuple2<Graph<scala.Tuple4<double[],double[],Object,Object>,Object>,Object> |
run(RDD<Edge<Object>> edges,
SVDPlusPlus.Conf conf)
Implement SVD++ based on "Factorization Meets the Neighborhood:
a Multifaceted Collaborative Filtering Model",
available at
here.
|
public static scala.Tuple2<Graph<scala.Tuple4<double[],double[],Object,Object>,Object>,Object> run(RDD<Edge<Object>> edges, SVDPlusPlus.Conf conf)
The prediction rule is rui = u + bu + bi + qi*(pu + |N(u)|^^-0.5^^*sum(y)), see the details on page 6.
edges
- edges for constructing the graph
conf
- SVDPlusPlus parameters