Uses of Interface
org.datavec.api.split.partition.Partitioner
-
Packages that use Partitioner Package Description org.datavec.api.records.writer org.datavec.api.records.writer.impl org.datavec.api.split.partition -
-
Uses of Partitioner in org.datavec.api.records.writer
Methods in org.datavec.api.records.writer with parameters of type Partitioner Modifier and Type Method Description voidRecordWriter. initialize(Configuration configuration, InputSplit split, Partitioner partitioner)Initialize the record reader with the given configuration andInputSplitvoidRecordWriter. initialize(InputSplit inputSplit, Partitioner partitioner)Initialize a record writer with the given input split -
Uses of Partitioner in org.datavec.api.records.writer.impl
Fields in org.datavec.api.records.writer.impl declared as Partitioner Modifier and Type Field Description protected PartitionerFileRecordWriter. partitionerMethods in org.datavec.api.records.writer.impl with parameters of type Partitioner Modifier and Type Method Description voidFileRecordWriter. initialize(Configuration configuration, InputSplit split, Partitioner partitioner)voidFileRecordWriter. initialize(InputSplit inputSplit, Partitioner partitioner) -
Uses of Partitioner in org.datavec.api.split.partition
Classes in org.datavec.api.split.partition that implement Partitioner Modifier and Type Class Description classNumberOfRecordsPartitioner
-