Documentation For Encog 2.x

XMLNeuralDataSet Constructor

Construct an XML neural data set.

XMLNeuralDataSet(
   string filename,
   int inputSize,
   int idealSize,
   string pairXML,
   string inputXML,
   string idealXML,
   string valueXML
);

Parameters

filename
The filename to read.
inputSize
The input size.
idealSize
The ideal size. Zero for unsupervised.
pairXML
The XML that starts a pair.
inputXML
The XML that starts input.
idealXML
The XML that starts ideal.
valueXML
The XML that starts values.

See Also

XMLNeuralDataSet Class | Encog.Neural.Data.XML Namespace