public class BPoissMFRecommender.GammaDenseVector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DenseVector |
logValue |
protected DenseVector |
rate |
protected double |
ratePrior |
protected DenseVector |
shape |
protected double |
shapePrior |
protected int |
size |
protected DenseVector |
value |
Constructor and Description |
---|
BPoissMFRecommender.GammaDenseVector(int _size) |
Modifier and Type | Method and Description |
---|---|
void |
computeExpectations() |
void |
init() |
void |
init2(double v) |
protected int size
protected double shapePrior
protected double ratePrior
protected DenseVector shape
protected DenseVector rate
protected DenseVector value
protected DenseVector logValue
Copyright © 2017. All Rights Reserved.