public class BPoissMFRecommender.GammaDenseMatrix
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DenseMatrix |
logValue |
protected int |
numColumns |
protected int |
numRows |
protected DenseMatrix |
rate |
protected double |
ratePrior |
protected DenseMatrix |
shape |
protected double |
shapePrior |
protected DenseMatrix |
value |
Constructor and Description |
---|
BPoissMFRecommender.GammaDenseMatrix(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 DenseMatrix rate
protected DenseMatrix value
protected DenseMatrix logValue
Copyright © 2017. All Rights Reserved.