Closed GoogleCodeExporter closed 9 years ago
Hi there,
The sample application is just what it says, a sample application. The SVM
works with as many inputs you would like, but the sample application was
created to handle specifically 2D problems for demonstration purposes.
If you need to read generic XLS files, take a look on the ExcelReader class[1].
You can extract a Excel Worksheet as a DataTable[2] and then create a matrix
from it using Matrix.ToMatrix[3] (an extension method for DataTable objects).
Hope it helps
Cesar
[1]: http://accord.googlecode.com/svn/docs/html/T_Accord_Statistics_Formats_ExcelReader.htm
[2]: http://accord.googlecode.com/svn/docs/html/M_Accord_Statistics_Formats_ExcelReader_GetWorksheet_1.htm
[3]: http://accord.googlecode.com/svn/docs/html/M_Accord_Math_Matrix_ToMatrix.htm
Original comment by cesarso...@gmail.com
on 12 May 2013 at 1:30
Original comment by cesarso...@gmail.com
on 1 Jun 2013 at 10:49
Original issue reported on code.google.com by
chaurasi...@gmail.com
on 12 May 2013 at 12:28Attachments: