public interface LearnableSynapse extends Learnable
Modifier and Type | Method and Description |
---|---|
int |
getInputDimension() |
double |
getLearningRate() |
double |
getMomentum() |
int |
getOutputDimension() |
Matrix |
getWeights() |
void |
setWeights(Matrix newWeights) |
getLearner, getMonitor, initLearner
Submit Feedback to pmarrone@users.sourceforge.net