Package ioutils
Class ArffFileLoader
java.lang.Object
ioutils.ExamplesetFileLoader
ioutils.TableSawLoader
ioutils.ArffFileLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionloadDataTable
(String path, String labelParameterName, String survivalTimeParameter) Methods inherited from class ioutils.TableSawLoader
getCellType, loadDataTable, rowToStringArray
Methods inherited from class ioutils.ExamplesetFileLoader
load, load, load, load, loadAsDataTable
-
Constructor Details
-
ArffFileLoader
public ArffFileLoader()
-
-
Method Details
-
loadDataTable
public DataTable loadDataTable(String path, String labelParameterName, String survivalTimeParameter) throws IOException - Specified by:
loadDataTable
in classExamplesetFileLoader
- Throws:
IOException
-