|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.recommender.algorithms.Multinomial
Represents a tag for a multinomial probability distribution, and its contents.
Field Summary | |
(package private) java.util.ArrayList |
probs
|
Constructor Summary | |
Multinomial()
Construct an empty multinomial. |
Method Summary | |
void |
addProbs(java.lang.String pcdata)
Add a Probs tag to this multinomial. |
float |
getProb(int state)
Return the float value of Probs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.util.ArrayList probs
Constructor Detail |
public Multinomial()
Method Detail |
public void addProbs(java.lang.String pcdata)
public float getProb(int state)
|
CFEngine API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |