|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cc.mallet.grmm.inference.AbstractBeliefPropagation.AbstractMessageStrategy
public abstract static class AbstractBeliefPropagation.AbstractMessageStrategy
Field Summary | |
---|---|
protected MessageArray |
messages
|
protected MessageArray |
oldMessages
|
Constructor Summary | |
---|---|
AbstractBeliefPropagation.AbstractMessageStrategy()
|
Method Summary | |
---|---|
Factor |
msgProduct(Factor product,
int idx,
int excludeMsgFrom)
|
void |
setMessageArray(MessageArray msgs,
MessageArray oldMsgs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface cc.mallet.grmm.inference.AbstractBeliefPropagation.MessageStrategy |
---|
sendMessage, sendMessage |
Field Detail |
---|
protected MessageArray messages
protected MessageArray oldMessages
Constructor Detail |
---|
public AbstractBeliefPropagation.AbstractMessageStrategy()
Method Detail |
---|
public void setMessageArray(MessageArray msgs, MessageArray oldMsgs)
setMessageArray
in interface AbstractBeliefPropagation.MessageStrategy
public Factor msgProduct(Factor product, int idx, int excludeMsgFrom)
msgProduct
in interface AbstractBeliefPropagation.MessageStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |