


Loads the data file containing the test data
function [TestOut,FileName]=ReadTestOutput(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 output space. Each column
represents an output dimension.
-------------------------------------------------------------------------
Returned values
-------------------------------------------------------------------------
TestOut - Matrix. Columns:dimensions. Rows: points.
FileName - the name of the file containing the test data.
-------------------------------------------------------------------------
Remarks
-------------------------------------------------------------------------
Zsolt Csaba Johanyák, johanyak.csaba@gamf.kefo.hu, v. 1.0, 17. January 2006.