public class HiddenNerve extends Nerve
activeFunction, dendrites, depth, downNub, E, features, gradient, matrixX, matrixY, name, nerveMatrix, outNub, sigmaMatrix, sigmaW, studyPoint, threshold, upNub, wg| 构造器和说明 |
|---|
HiddenNerve(int id,
int depth,
int upNub,
int downNub,
double studyPoint,
boolean init,
ActiveFunction activeFunction,
boolean isDynamic,
int rzType,
double lParam,
int step,
int kernLen,
int matrixX,
int matrixY,
boolean isConvFinish,
int coreNumber) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
input(long eventId,
double parameter,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack) |
protected void |
inputMatrix(long eventId,
Matrix matrix,
boolean isStudy,
Map<Integer,Double> E,
OutBack outBack,
boolean needMatrix) |
protected void |
inputMatrixFeature(long eventId,
List<Double> parameters,
boolean isStudy,
Map<Integer,Double> E,
OutBack imageBack) |
backMatrix, calculation, connect, connectFather, conv, destoryParameter, getDendrites, getId, getNerveMatrix, getThreshold, insertParameter, insertParameters, sendMatrix, sendMatrixList, sendMessage, setDendrites, setNerveMatrix, setStudyPoint, setThreshold, updatePowerpublic HiddenNerve(int id,
int depth,
int upNub,
int downNub,
double studyPoint,
boolean init,
ActiveFunction activeFunction,
boolean isDynamic,
int rzType,
double lParam,
int step,
int kernLen,
int matrixX,
int matrixY,
boolean isConvFinish,
int coreNumber)
throws Exception
Exceptionpublic void input(long eventId,
double parameter,
boolean isKernelStudy,
Map<Integer,Double> E,
OutBack outBack)
throws Exception
protected void inputMatrixFeature(long eventId,
List<Double> parameters,
boolean isStudy,
Map<Integer,Double> E,
OutBack imageBack)
throws Exception
inputMatrixFeature 在类中 NerveExceptionCopyright © 2024. All rights reserved.