net.sourceforge.cilib.neuralnetwork.generic
Class Weight
java.lang.Object
net.sourceforge.cilib.neuralnetwork.generic.Weight
- All Implemented Interfaces:
- Serializable, Cloneable
public class Weight
- extends Object
- implements Cloneable
- Author:
- stefanv
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Weight
public Weight()
- Parameters:
weightValue
-
Weight
public Weight(Type w)
getClone
public Weight getClone()
- Description copied from interface:
Cloneable
- Create a cloned copy of the current object and return it. In general
the created copy will be a deep copy of the provided instance. As
a result this operation an be quite expensive if used incorrectly.
- Specified by:
getClone
in interface Cloneable
- Returns:
- An exact clone of the current object instance.
- See Also:
Object.clone()
getWeightValue
public Type getWeightValue()
setWeightValue
public void setWeightValue(Type weightValue)
getPreviousChange
public Type getPreviousChange()
setPreviousChange
public void setPreviousChange(Type previousChange)
Copyright © 2009 CIRG. All Rights Reserved.