public final class CsvDatasetReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static Dataset |
readCsv(String path,
char separator,
Character quote,
int numFeatures,
int outcomeIndex)
Reads a csv into feature and outcome arrays.
|
public static Dataset readCsv(String path, char separator, Character quote, int numFeatures, int outcomeIndex)
path - the path to read fromseparator - the separator to usequote - the quote, null if none presentnumFeatures - the number of features to expectoutcomeIndex - the index of the outcomeCopyright © 2016. All rights reserved.