Package jline.io
Class Ret.cacheGammaLp
java.lang.Object
jline.io.Ret.cacheGammaLp
- Enclosing class:
Ret
Represents the return type for the cache gamma linear program computations.
This class encapsulates the computed gamma matrix along with the number of users, items, and levels.
-
Field Summary
-
Constructor Summary
ConstructorDescriptioncacheGammaLp
(Matrix gamma, int u, int n, int h) Constructor for initializing the cacheGammaLpReturn object. -
Method Summary
-
Field Details
-
gamma
-
u
public int u -
n
public int n -
h
public int h
-
-
Constructor Details
-
cacheGammaLp
Constructor for initializing the cacheGammaLpReturn object.- Parameters:
gamma
- - Matrix representing the gamma values.u
- - Integer representing the number of users.n
- - Integer representing the number of items.h
- - Integer representing the number of levels.
-