public class PathToDataSetFunction
extends java.lang.Object
implements org.apache.spark.api.java.function.Function<java.lang.String,org.nd4j.linalg.dataset.DataSet>
RDD<String>
to RDD<DataSet>
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_SIZE |
Constructor and Description |
---|
PathToDataSetFunction() |
Modifier and Type | Method and Description |
---|---|
org.nd4j.linalg.dataset.DataSet |
call(java.lang.String path) |
public static final int BUFFER_SIZE