| Class | Description |
|---|---|
| CanovaByteDataSetFunction |
Created by nyghtowl on 1/16/16.
|
| CanovaDataSetFunction |
Map
Collection<Writable> objects (out of a canova-spark record reader function) to DataSet objects for Spark training. |
| CanovaSequenceDataSetFunction |
Map
Collection<Collection<Writable>> objects (out of a canova-spark sequence record reader function) to
DataSet objects for Spark training. |
| CanovaSequencePairDataSetFunction |
Map
Tuple2<Collection<Collection<Writable>>,Collection<Collection<Writable>> objects (out of a TWO canova-spark
sequence record reader functions) to DataSet objects for Spark training. |
| RDDMiniBatches |
RDD mini batch partitioning
|
| RDDMiniBatches.MiniBatchFunction | |
| RecordReaderFunction |
Turn a string in to a dataset based on
a record reader
|
| Enum | Description |
|---|---|
| CanovaSequencePairDataSetFunction.AlignmentMode |
Alignment mode for dealing with input/labels of differing lengths (for example, one-to-many and many-to-one type situations).
|
Copyright © 2016. All Rights Reserved.