A set of data which is used in the model optimization process.
A kind of sample who use only one array
A byte array and a label.
Wrap a RDD as a DataSet.
A transformer chain two transformer together.
Represent a distributed data.
Set the first dimension's length to fixed length.
Just transform the input to output.
Represent an image
Represent a label
Wrap an array as a DataSet.
Manage some 'local' data, e.
Represent a local file path of an image file
Represent a local file path of a hadoop sequence file
A interface for MiniBatch.
Add an constant length to longest feature in the first dimension
Feature Padding param for MiniBatch.
Class that represents the features and labels of a data sample.
Convert a sequence of Sample to a sequence of MiniBatch through function toMiniBatch.
Represent a sentence
SparseMiniBatch is a MiniBatch type for TensorSample.
A kind of Sample who hold both DenseTensor and SparseTensor as features.
Transform a data stream of type A to type B.
Convert a sequence of single-feature and single-label Sample to a sequence of MiniBatch, optionally padding all the features (or labels) in the mini-batch to the same length
Common used DataSet builder.
Convert a sequence of Sample to a sequence of MiniBatch, optionally padding all the features (or labels) in the mini-batch to the same length