org.encog.neural.networks
Class NeuralDataMapping
- java.lang.Object
-
- org.encog.neural.networks.NeuralDataMapping
-
public class NeuralDataMapping extends java.lang.ObjectUsed to map one neural data object to another. Useful for a BAM network.
-
-
Constructor Summary
Constructors Constructor and Description NeuralDataMapping()Construct the neural data mapping class, with null values.NeuralDataMapping(MLData from, MLData to)Construct the neural data mapping class with the specified values.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static voidcopy(NeuralDataMapping source, NeuralDataMapping target)Copy from one object to the other.MLDatagetFrom()MLDatagetTo()voidsetFrom(MLData from)Set the from data.voidsetTo(MLData to)Set the target data.
-
-
-
Constructor Detail
-
NeuralDataMapping
public NeuralDataMapping()
Construct the neural data mapping class, with null values.
-
-
Method Detail
-
copy
public static void copy(NeuralDataMapping source, NeuralDataMapping target)
Copy from one object to the other.- Parameters:
source- The source object.target- The target object.
-
getFrom
public MLData getFrom()
- Returns:
- The "from" data.
-
getTo
public MLData getTo()
- Returns:
- The "to" data.
-
setFrom
public void setFrom(MLData from)
Set the from data.- Parameters:
from- The from data.
-
setTo
public void setTo(MLData to)
Set the target data.- Parameters:
to- The target data.
-
-
DMelt 3.0 © DataMelt by jWork.ORG