public class BPoissMFRecommender.GammaDenseMatrixGR
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DenseMatrix |
logValue |
protected int |
numColumns |
protected int |
numRows |
protected DenseVector |
rate |
protected double |
ratePrior |
protected DenseMatrix |
shape |
protected double |
shapePrior |
protected DenseMatrix |
value |
Constructor and Description |
---|
BPoissMFRecommender.GammaDenseMatrixGR(int _numRows,
int _numColumns) |
Modifier and Type | Method and Description |
---|---|
void |
computeExpectations() |
void |
init() |
protected int numRows
protected int numColumns
protected double shapePrior
protected double ratePrior
protected DenseMatrix shape
protected DenseVector rate
protected DenseMatrix value
protected DenseMatrix logValue
Copyright © 2017. All Rights Reserved.