public interface MutableSynapse extends Synapse
Modifier and Type | Method and Description |
---|---|
void |
setTargetNeuronIndex(int targetNeuronIndex) |
void |
setType(byte type) |
void |
setWeight(float weight) |
getTargetNeuronIndex, getType, getWeight
compareTo
void setTargetNeuronIndex(int targetNeuronIndex)
void setType(byte type)
void setWeight(float weight)