simbad.piconode.core.arc
Class WeightedArc
java.lang.Object
simbad.piconode.core.arc.Arc
simbad.piconode.core.arc.ConstrainedArc
simbad.piconode.core.arc.WeightedArc
- All Implemented Interfaces:
- java.io.Serializable, XmlRepresentation
- Direct Known Subclasses:
- ArcForBackPropLearning
public class WeightedArc
- extends ConstrainedArc
- implements XmlRepresentation, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_weightValue
protected double _weightValue
WeightedArc
public WeightedArc(NeuronalNode __sourceNeuron,
NeuronalNode __targetNeuron)
WeightedArc
public WeightedArc(NeuronalNode __sourceNeuron,
NeuronalNode __targetNeuron,
double __weight)
getWeightValue
public double getWeightValue()
setWeightValue
public void setWeightValue(double __weight)
toXml
public java.lang.String toXml()
- Thomas Darde TER NNEditor
- Specified by:
toXml
in interface XmlRepresentation
- Overrides:
toXml
in class ConstrainedArc
- Returns:
- an Xml String representation of this objetc