org.encog.neural.data.basic
public class BasicNeuralDataSet extends BasicMLDataSet implements NeuralDataSet
BasicMLDataSet.BasicMLIterator| Constructor and Description |
|---|
BasicNeuralDataSet()
Construct empty.
|
BasicNeuralDataSet(double[][] input,
double[][] ideal)
Construct from 2d arrays.
|
BasicNeuralDataSet(List<MLDataPair> theData)
Construct from another list.
|
BasicNeuralDataSet(NeuralDataSet set)
Construct from another object.
|
add, add, add, clone, close, get, getData, getIdealSize, getInputSize, getRecord, getRecordCount, isSupervised, iterator, openAdditional, setData, size, toListequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, add, close, get, getIdealSize, getInputSize, getRecord, getRecordCount, isSupervised, openAdditional, sizepublic BasicNeuralDataSet()
public BasicNeuralDataSet(double[][] input,
double[][] ideal)
input - The input.ideal - The ideal.public BasicNeuralDataSet(List<MLDataPair> theData)
theData - The other list.public BasicNeuralDataSet(NeuralDataSet set)
set - The other object.Copyright © 2014. All Rights Reserved.