public class NeuralDataMapping
extends java.lang.Object
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public NeuralDataMapping()
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.