Package ioutils
Class TableSawLoader
java.lang.Object
ioutils.ExamplesetFileLoader
ioutils.TableSawLoader
- Direct Known Subclasses:
ArffFileLoader
,CsvFileLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EColumnType
getCellType
(tech.tablesaw.api.ColumnType type) protected DataTable
loadDataTable
(tech.tablesaw.io.csv.CsvReadOptions.Builder builder, String labelParameterName, String survivalTimeParameter, List<AttributeInfo> attributesInfo) protected String[]
rowToStringArray
(tech.tablesaw.api.Row row, IAttribute[] attributes) Methods inherited from class ioutils.ExamplesetFileLoader
load, load, load, load, loadAsDataTable, loadDataTable
-
Constructor Details
-
TableSawLoader
public TableSawLoader()
-
-
Method Details
-
loadDataTable
protected DataTable loadDataTable(tech.tablesaw.io.csv.CsvReadOptions.Builder builder, String labelParameterName, String survivalTimeParameter, List<AttributeInfo> attributesInfo) -
getCellType
-
rowToStringArray
protected String[] rowToStringArray(@NotNull tech.tablesaw.api.Row row, @NotNull IAttribute[] attributes)
-