|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LearnableSynapse
Method Summary | |
---|---|
int |
getInputDimension()
|
double |
getLearningRate()
|
double |
getMomentum()
|
int |
getOutputDimension()
|
Matrix |
getWeights()
|
void |
setWeights(Matrix newWeights)
|
Methods inherited from interface org.joone.engine.Learnable |
---|
getLearner, getMonitor, initLearner |
Method Detail |
---|
int getInputDimension()
int getOutputDimension()
Matrix getWeights()
void setWeights(Matrix newWeights)
double getLearningRate()
double getMomentum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |