public class HiddenNerve extends Nerve
activeFunction, allDepth, creator, dendrites, depth, E, features, gradient, name, nerveMatrix, outNub, sigmaW, startDepth, studyPoint, threshold, wg| 构造器和说明 |
|---|
HiddenNerve(int id,
int depth,
double studyPoint,
boolean init,
ActiveFunction activeFunction,
boolean isDynamic,
int rzType,
double lParam,
int step,
int kernLen,
int sensoryNerveNub,
int hiddenNerveNub,
int outNerveNub,
int allDepth,
boolean creator,
int startDepth) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
clearData(long eventId) |
void |
input(long eventId,
double parameter,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int index,
int questionLength) |
protected void |
inputMatrix(long eventId,
Matrix matrix,
boolean isStudy,
int E,
OutBack outBack) |
protected void |
sendAppointTestMessage(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord) |
protected void |
sendMyTestMessage(long eventId,
Matrix featureMatrix,
OutBack outBack,
String word) |
backMatrix, calculation, connect, connectFather, connectOut, conv, destroyParameter, getDendrites, getDepth, getId, getNerveMatrix, getThreshold, insertParameter, sendAppointSoftMax, sendMatrix, sendMessage, sendRnnTestMessage, sendSoftMax, sendSoftMaxBack, sendTestMessage, setDendrites, setNerveMatrix, setStudyPoint, setThreshold, updatePowerpublic HiddenNerve(int id,
int depth,
double studyPoint,
boolean init,
ActiveFunction activeFunction,
boolean isDynamic,
int rzType,
double lParam,
int step,
int kernLen,
int sensoryNerveNub,
int hiddenNerveNub,
int outNerveNub,
int allDepth,
boolean creator,
int startDepth)
throws Exception
Exceptionpublic void input(long eventId,
double parameter,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack,
Matrix rnnMatrix,
int[] storeys,
int index,
int questionLength)
throws Exception
protected void sendAppointTestMessage(long eventId,
double parameter,
Matrix featureMatrix,
OutBack outBack,
String myWord)
throws Exception
sendAppointTestMessage 在类中 NerveExceptionprotected void sendMyTestMessage(long eventId,
Matrix featureMatrix,
OutBack outBack,
String word)
throws Exception
sendMyTestMessage 在类中 NerveExceptionCopyright © 2024. All rights reserved.