Package ioutils

Class TableSawLoader

Direct Known Subclasses:
ArffFileLoader, CsvFileLoader

public abstract class TableSawLoader extends ExamplesetFileLoader
  • 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

      protected EColumnType getCellType(@NotNull tech.tablesaw.api.ColumnType type)
    • rowToStringArray

      protected String[] rowToStringArray(@NotNull tech.tablesaw.api.Row row, @NotNull IAttribute[] attributes)