类 OutNerve
java.lang.Object
org.wlld.rnnJumpNerveEntity.Nerve
org.wlld.rnnJumpNerveEntity.OutNerve
-
字段概要
从类继承的字段 org.wlld.rnnJumpNerveEntity.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) -
方法概要
修饰符和类型方法说明voidbackMatrixError(double g, long eventId, int[] storeys, int index) voidinput(long eventId, double parameter, boolean isStudy, Map<Integer, Double> E, OutBack outBack, Matrix rnnMatrix, int[] storeys, int index, int questionLength) protected voidinputMatrix(long eventId, Matrix matrix, boolean isKernelStudy, int E, OutBack outBack) protected voidsendAppointTestMessage(long eventId, double parameter, Matrix featureMatrix, OutBack outBack, String myWord) voidsetMatrixMap(Map<Integer, Matrix> matrixMap) 从类继承的方法 org.wlld.rnnJumpNerveEntity.Nerve
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, updatePower
-
构造器详细资料
-
OutNerve
public 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 - 抛出:
Exception
-
-
方法详细资料
-
setMatrixMap
-
sendAppointTestMessage
-
backMatrixError
-
input
-
inputMatrix
-