public class SensoryNerve extends Nerve
activeFunction, allDepth, creator, dendrites, depth, E, features, gradient, name, nerveMatrix, outNub, sigmaW, startDepth, studyPoint, threshold, wg| 构造器和说明 |
|---|
SensoryNerve(int id,
int allDepth) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
connect(int depth,
List<Nerve> nerveList) |
void |
postMatrixMessage(long eventId,
Matrix parameter,
boolean isKernelStudy,
int E,
OutBack outBack) |
void |
postMessage(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int questionLength) |
backMatrix, calculation, clearData, connectFather, connectOut, conv, destroyParameter, getDendrites, getDepth, getId, getNerveMatrix, getThreshold, input, inputMatrix, insertParameter, sendAppointSoftMax, sendAppointTestMessage, sendMatrix, sendMessage, sendMyTestMessage, sendRnnTestMessage, sendSoftMax, sendSoftMaxBack, sendTestMessage, setDendrites, setNerveMatrix, setStudyPoint, setThreshold, updatePowerpublic void postMessage(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int questionLength)
throws Exception
eventId - 唯一的事件idparameter - 输入点的数据isStudy - 是否是学习 (学习状态没有输出)E - 标注outBack - 回调结果Exceptionpublic void postMatrixMessage(long eventId,
Matrix parameter,
boolean isKernelStudy,
int E,
OutBack outBack)
throws Exception
ExceptionCopyright © 2024. All rights reserved.