ParseSequenceExample.Options

public static class ParseSequenceExample.Options

Optional attributes for ParseSequenceExample

Public Methods

ParseSequenceExample.Options
NcontextSparse(Long NcontextSparse)
ParseSequenceExample.Options
NfeatureListDense(Long NfeatureListDense)
ParseSequenceExample.Options
NfeatureListSparse(Long NfeatureListSparse)
ParseSequenceExample.Options
contextDenseShapes(List<Shape> contextDenseShapes)
ParseSequenceExample.Options
featureListDenseShapes(List<Shape> featureListDenseShapes)

Inherited Methods

Public Methods

public ParseSequenceExample.Options NcontextSparse (Long NcontextSparse)

public ParseSequenceExample.Options NfeatureListDense (Long NfeatureListDense)

public ParseSequenceExample.Options NfeatureListSparse (Long NfeatureListSparse)

public ParseSequenceExample.Options contextDenseShapes (List<Shape> contextDenseShapes)

Parameters
contextDenseShapes A list of Ncontext_dense shapes; the shapes of data in each context Feature given in context_dense_keys. The number of elements in the Feature corresponding to context_dense_key[j] must always equal context_dense_shapes[j].NumEntries(). The shape of context_dense_values[j] will match context_dense_shapes[j].

public ParseSequenceExample.Options featureListDenseShapes (List<Shape> featureListDenseShapes)

Parameters
featureListDenseShapes A list of Nfeature_list_dense shapes; the shapes of data in each FeatureList given in feature_list_dense_keys. The shape of each Feature in the FeatureList corresponding to feature_list_dense_key[j] must always equal feature_list_dense_shapes[j].NumEntries().