类 HiddenNerve
java.lang.Object
org.wlld.rnnJumpNerveEntity.Nerve
org.wlld.rnnJumpNerveEntity.HiddenNerve
-
字段概要
从类继承的字段 org.wlld.rnnJumpNerveEntity.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 voidclearData(long eventId) voidinput(long eventId, double parameter, boolean isKernelStudy, Map<Integer, Double> E, OutBack outBack, Matrix rnnMatrix, int[] storeys, int index, int questionLength) protected voidinputMatrix(long eventId, Matrix matrix, boolean isStudy, int E, OutBack outBack) protected voidsendAppointTestMessage(long eventId, double parameter, Matrix featureMatrix, OutBack outBack, String myWord) protected voidsendMyTestMessage(long eventId, Matrix featureMatrix, OutBack outBack, String word) 从类继承的方法 org.wlld.rnnJumpNerveEntity.Nerve
backMatrix, calculation, connect, connectFather, connectOut, conv, destroyParameter, getDendrites, getDepth, getId, getNerveMatrix, getThreshold, insertParameter, sendAppointSoftMax, sendMatrix, sendMessage, sendRnnTestMessage, sendSoftMax, sendSoftMaxBack, sendTestMessage, setDendrites, setNerveMatrix, setStudyPoint, setThreshold, updatePower
-
构造器详细资料
-
HiddenNerve
public 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 - 抛出:
Exception
-
-
方法详细资料
-
input
-
sendAppointTestMessage
-
sendMyTestMessage
-
clearData
-
inputMatrix
-