Artificial Neural Networks require Training which is accomplished by constructing lists of known values and answers.
XCaliber adds a list of Data Tags to the training constructs for identification purposes.
Example:
knownValues = new ArrayList();
knownAnswers = new ArrayList();
dataTags = new ArrayList();