Package ioutils
Class ExamplesetFileLoader
java.lang.Object
ioutils.ExamplesetFileLoader
- Direct Known Subclasses:
TableSawLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.loadAsDataTable
(String path, String labelParameterName, String survivalTimeParameter) protected abstract DataTable
loadDataTable
(String path, String labelParameterName, String survivalTimeParameter)
-
Constructor Details
-
ExamplesetFileLoader
public ExamplesetFileLoader()
-
-
Method Details
-
loadDataTable
protected abstract DataTable loadDataTable(String path, String labelParameterName, String survivalTimeParameter) throws IOException - Throws:
IOException
-
load
@Deprecated public IExampleSet load(String path, String labelParameterName, String survivalTimeParameter) throws IOException Deprecated.- Throws:
IOException
-
load
Deprecated.- Throws:
IOException
-
load
@Deprecated public IExampleSet load(Path path, String labelParameterName, String survivalTimeParameter) throws IOException Deprecated.- Throws:
IOException
-
load
Deprecated.- Throws:
IOException
-
loadAsDataTable
public DataTable loadAsDataTable(String path, String labelParameterName, String survivalTimeParameter) throws IOException - Throws:
IOException
-