nealsyrkel / aforge

Automatically exported from code.google.com/p/aforge
Other
0 stars 0 forks source link

Approximation sample doesn't work #338

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Load approximation sample form 2.2.4 Framework
2.Compile it and run, open any sample data file
3.File doesn't load "Failed reading the file" - Message

What is the expected output? What do you see instead?
File loads and sample works fine.

What version of the product are you using?

Please provide any additional information below.
Looks something wrong in this line 
tempData[i, 1] = float.Parse( strs[1]);
It should be something simple, but I'm beginner and try to understand and don't 
understand what is the meaning of this of column 1 in this array. 

Original issue reported on code.google.com by ej.czer...@gmail.com on 30 Mar 2013 at 7:03

GoogleCodeExporter commented 8 years ago
The problem is know. Try solution from issue #37.

Original comment by andrew.k...@gmail.com on 7 Apr 2013 at 6:36