The STATIC file type has four parameters: The TYPE declaration, the number of inputs, the number of outputs, and the number of sample pairs. Following these four parameters lines, are the input/output vector pairs with the input vectors first. An example of this format is shown:
% STATIC file format sample. Here, there are 10 samples of a 3D input % vector with a 2D output vector. TYPE:STATIC #INPUTS:3 #OUTPUTS:2 #SAMPLES:10 % The three input values come before the two output values. 5 9 6 7 5 8 6 8 4 6 5 5 4 8 4 8 4 8 6 7 5 7 6 5 5 9 5 8 3 6 5 6 3 9 5 7 4 7 8 8 6 7 9 7 3 8 4 9 6 11 % End of STATIC data file.