|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.networks.NeuralDataMapping
public class NeuralDataMapping
Used to map one neural data object to another. Useful for a BAM network.
| Constructor Summary | |
|---|---|
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 | |
|---|---|
static void |
copy(NeuralDataMapping source,
NeuralDataMapping target)
Copy from one object to the other. |
MLData |
getFrom()
|
MLData |
getTo()
|
void |
setFrom(MLData from)
Set the from data. |
void |
setTo(MLData to)
Set the target data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NeuralDataMapping()
public NeuralDataMapping(MLData from,
MLData to)
from - The source data.to - The target data.| Method Detail |
|---|
public static void copy(NeuralDataMapping source,
NeuralDataMapping target)
source - The source object.target - The target object.public MLData getFrom()
public MLData getTo()
public void setFrom(MLData from)
from - The from data.public void setTo(MLData to)
to - The target data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||