


Loads the data file containing the test data
function [TestIn,TestInOld]=ReadTestInput(FileName)
Loads the data file containing the test data
-------------------------------------------------------------------------
Parameters
-------------------------------------------------------------------------
FileName - the name of the file containing the test data.
It is a text file. The values are separated by spaces (tabs).
Each row represents a point in the input space. Each column
represents an input dimension.
-------------------------------------------------------------------------
Returned values
-------------------------------------------------------------------------
TestIn - one dimensional (row) cell array. Each cell contains a structure
describing one input point in the input dimensions
TestIn{i}--name
|-FileName
|-mf(j)--name
|-type
|-params
|-paramsy
TestInOld - the old-style of TestIn
TestInOld{i}(j)--name
|-type
|-params
|-paramsy
|-ObsName
-------------------------------------------------------------------------
Remarks
-------------------------------------------------------------------------
Zsolt Csaba Johanyák, johanyak.csaba@gamf.kefo.hu, v. 1.0, 17. January 2006.