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