类 HiddenNerve
java.lang.Object
org.wlld.nerveEntity.Nerve
org.wlld.nerveEntity.HiddenNerve
-
字段概要
从类继承的字段 org.wlld.nerveEntity.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) -
方法概要
修饰符和类型方法说明voidinput(long eventId, double parameter, boolean isKernelStudy, Map<Integer, Double> E, OutBack outBack) protected voidinputMatrix(long eventId, Matrix matrix, boolean isStudy, Map<Integer, Double> E, OutBack outBack, boolean needMatrix) protected voidinputMatrixFeature(long eventId, List<Double> parameters, boolean isStudy, Map<Integer, Double> E, OutBack imageBack) 从类继承的方法 org.wlld.nerveEntity.Nerve
backMatrix, calculation, connect, connectFather, conv, destoryParameter, getDendrites, getId, getNerveMatrix, getThreshold, insertParameter, insertParameters, sendMatrix, sendMatrixList, sendMessage, setDendrites, setNerveMatrix, setStudyPoint, setThreshold, updatePower
-
构造器详细资料
-
HiddenNerve
public 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 - 抛出:
Exception
-
-
方法详细资料
-
input
-
inputMatrixFeature
-
inputMatrix
-