메소드 | 설명 | |
---|---|---|
Copy ( |
Copy from one object to the other.
|
|
NeuralDataMapping ( ) : Encog.ML.Data |
Construct the neural data mapping class, with null values.
|
|
NeuralDataMapping ( IMLData f, IMLData t ) : Encog.ML.Data |
Construct the neural data mapping class with the specified values.
|
public static Copy ( |
||
source | The source object. | |
target | The target object. | |
리턴 | void |
public NeuralDataMapping ( IMLData f, IMLData t ) : Encog.ML.Data | ||
f | IMLData | The source data. |
t | IMLData | The target data. |
리턴 | Encog.ML.Data |