类 SensoryNerve
java.lang.Object
org.wlld.transFormer.nerve.SensoryNerve
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SensoryNerve
public SensoryNerve(CodecBlock firstEncoderBlock, FirstDecoderBlock firstDecoderBlock) throws Exception - 抛出:
Exception
-
-
方法详细资料
-
postMessage
public void postMessage(long eventId, Matrix encoderParameter, Matrix decoderParameter, boolean isStudy, List<Integer> E, OutBack outBack, boolean outAllPro) throws Exception - 参数:
eventId- 唯一的事件idencoderParameter- 编码器输入特征decoderParameter- 解码器输入特征isStudy- 是否是学习 (学习状态没有输出)E- 标注outBack- 回调结果- 抛出:
Exception
-