| Package | Description |
|---|---|
| org.datavec.api.io.filters | |
| org.datavec.api.split |
| Modifier and Type | Class and Description |
|---|---|
class |
BalancedPathFilter
Randomizes the order of paths in an array and removes paths randomly
to have the same number of paths for each label.
|
class |
RandomPathFilter
Randomizes the order of paths in an array.
|
| Modifier and Type | Method and Description |
|---|---|
InputSplit[] |
BaseInputSplit.sample(PathFilter pathFilter,
double... weights)
Samples the locations based on the PathFilter and splits the result into
an array of InputSplit objects, with sizes proportional to the weights.
|
Copyright © 2020. All rights reserved.