Class | Description |
---|---|
DataVecByteDataSetFunction | |
DataVecDataSetFunction |
Map
Collection<Writable> objects (out of a datavec-spark record reader function) to DataSet objects for Spark training. |
DataVecSequenceDataSetFunction |
Map
Collection<Collection<Writable>> objects (out of a datavec-spark sequence record reader function) to
DataSet objects for Spark training. |
DataVecSequencePairDataSetFunction |
Map
Tuple2<Collection<Collection<Writable>>,Collection<Collection<Writable>> objects (out of a TWO datavec-spark
sequence record reader functions) to DataSet objects for Spark training. |
MiniBatchTests |
Handle dividing things up by mini batch
|
MiniBatchTests.DataSetAssertionFunction | |
RDDMiniBatches |
RDD mini batch partitioning
|
RDDMiniBatches.MiniBatchFunction | |
RecordReaderFunction |
Turn a string in to a dataset based on
a record reader
|
TestDataVecDataSetFunctions | |
TestExport |
Created by Alex on 29/08/2016.
|
TestPreProcessedData |
Created by Alex on 03/07/2016.
|
Enum | Description |
---|---|
DataVecSequencePairDataSetFunction.AlignmentMode |
Alignment mode for dealing with input/labels of differing lengths (for example, one-to-many and many-to-one type situations).
|