|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.ml.data.basic.BasicMLData
org.encog.neural.data.basic.BasicNeuralData
public class BasicNeuralData
This is an alias class for Encog 2.5 compatibility. This class aliases BasicMLData. Newer code should use BasicMLData in place of this class.
| Constructor Summary | |
|---|---|
BasicNeuralData(double[] d)
Construct from a double array. |
|
BasicNeuralData(int size)
Construct to a specific size. |
|
BasicNeuralData(NeuralData d)
Construct from another object. |
|
| Method Summary |
|---|
| Methods inherited from class org.encog.ml.data.basic.BasicMLData |
|---|
add, clear, clone, createCentroid, getData, getData, minus, plus, setData, setData, size, times, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BasicNeuralData(double[] d)
d - A double array.public BasicNeuralData(int size)
size - The size to use.public BasicNeuralData(NeuralData d)
d - The other object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||