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, initLearnerSubmit Feedback to pmarrone@users.sourceforge.net