public class OutNerve extends Nerve
| 构造器和说明 |
|---|
OutNerve(int id,
int upNub,
int downNub,
double studyPoint,
boolean init,
ActiveFunction activeFunction,
boolean isDynamic,
boolean isShowLog,
int rzType,
double lParam,
boolean isSoftMax,
int step,
int kernLen) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
input(long eventId,
double parameter,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean isEmbedding,
Matrix rnnMatrix) |
protected void |
inputMatrix(long eventId,
Matrix matrix,
boolean isKernelStudy,
int E,
OutBack outBack) |
void |
setMatrixMap(Map<Integer,Matrix> matrixMap) |
backMatrix, calculation, connect, connectFather, connectOut, conv, destoryParameter, getDendrites, getId, getNerveMatrix, getThreshold, getWOne, insertParameter, sendMatrix, sendMessage, sendRnnMessage, setDendrites, setNerveMatrix, setStudyPoint, setThreshold, updatePowerpublic OutNerve(int id,
int upNub,
int downNub,
double studyPoint,
boolean init,
ActiveFunction activeFunction,
boolean isDynamic,
boolean isShowLog,
int rzType,
double lParam,
boolean isSoftMax,
int step,
int kernLen)
throws Exception
ExceptionCopyright © 2024. All rights reserved.