Click or drag to resize
Accord.NET (logo)

MatrixToTable Method

Overload List
  NameDescription
Public methodStatic memberToTable(Double)
Converts a DataTable to a double[,] array.
Public methodStatic memberToTable(Double)
Converts a DataTable to a double[,] array.
Public methodStatic memberCode exampleToTable(Object)
Converts an array of values into a DataTable, attempting to guess column types by inspecting the data.
Public methodStatic memberToTable(Double, String)
Converts a DataTable to a double[,] array.
Public methodStatic memberToTable(Double, String)
Converts a DataTable to a double[,] array.
Public methodStatic memberCode exampleToTable(Object, String)
Converts an array of values into a DataTable, attempting to guess column types by inspecting the data.
Top
See Also