Uses of Interface
org.datavec.api.io.filters.PathFilter
-
Packages that use PathFilter Package Description org.datavec.api.io.filters org.datavec.api.split -
-
Uses of PathFilter in org.datavec.api.io.filters
Classes in org.datavec.api.io.filters that implement PathFilter Modifier and Type Class Description classBalancedPathFilterclassRandomPathFilterRandomizes the order of paths in an array. -
Uses of PathFilter in org.datavec.api.split
Methods in org.datavec.api.split with parameters of type PathFilter Modifier and Type Method 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.
-