Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
pastinn
type TTinnData = record
Data record used by the neural network
inp: array of TSingleArray;
tg: array of TSingleArray;
2D floating point array of input
2D floating point array of target