public interface Paths
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
home
Smile home directory.
|
| Modifier and Type | Method and Description |
|---|---|
static java.nio.file.Path |
getTestData(java.lang.String... path)
Get the file path of a test sample dataset.
|
static java.util.stream.Stream<java.lang.String> |
getTestDataLines(java.lang.String... path)
Returns the reader of a test data.
|
static java.io.BufferedReader |
getTestDataReader(java.lang.String... path)
Returns the reader of a test data.
|
static java.nio.file.Path getTestData(java.lang.String... path)
static java.io.BufferedReader getTestDataReader(java.lang.String... path)
throws java.io.IOException
java.io.IOExceptionstatic java.util.stream.Stream<java.lang.String> getTestDataLines(java.lang.String... path)
throws java.io.IOException
java.io.IOException