public class LabeledDatasetLoader extends Object
| Constructor and Description |
|---|
LabeledDatasetLoader() |
| Modifier and Type | Method and Description |
|---|---|
static LabeledVectorSet |
loadFromTxtFile(Path pathToFile,
String separator,
boolean isDistributed,
boolean isFallOnBadData)
Datafile should keep class labels in the first column.
|
public static LabeledVectorSet loadFromTxtFile(Path pathToFile, String separator, boolean isDistributed, boolean isFallOnBadData) throws IOException
pathToFile - Path to file.separator - Element to tokenize row on separate tokens.isDistributed - Generates distributed dataset if true.isFallOnBadData - Fall on incorrect data if true.IOException
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025