public class MaxPoolLink extends Link implements Storable
activationFn, name, NO_ID, weight| Constructor and Description |
|---|
MaxPoolLink()
Creates a not trainable link with a name.
|
MaxPoolLink(Neuron source,
Neuron sink)
Creates a new link from source to sink.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addGradient(double value)
Does nothing, as this link is not trained.
|
MaxPoolLink |
clone()
Returns a semi-deep copy of this object.
|
void |
propagate()
Propagates the output of the source neuron over the link without applying
the weight, i.e.
|
clearSink, clearSource, disconnect, fromXML, getOtherNeuron, getSink, getSource, getValue, isDangling, isDirected, isInputOf, isOutputOf, replaceFrom, replaceNeuron, setDirected, setSink, setSource, setValue, toString, toXMLaddToWeight, calculate, fromXML, getAccu, getActivationFn, getGradient, getID, getLastGradient, getName, getUniqueID, getWeight, isTrainable, randomize, randomize, reset, setAccu, setActivationFn, setGradient, setID, setLastGradient, setName, setTrainable, setWeightpublic MaxPoolLink clone()
public void addGradient(double value)
addGradient in class BrainPartvalue - a value