ParseSequenceExampleV2.Options

パブリック静的クラスParseSequenceExampleV2.Options

ParseSequenceExampleV2のオプションの属性

パブリックメソッド

ParseSequenceExampleV2.オプション
NcontextSparse (長い NcontextSparse)
ParseSequenceExampleV2.オプション
NfeatureListDense (長い NfeatureListDense)
ParseSequenceExampleV2.オプション
NfeatureListSparse (長い NfeatureListSparse)
ParseSequenceExampleV2.オプション
contextDenseShapes (List< Shape > contextDenseShapes)
ParseSequenceExampleV2.オプション
featureListDenseShapes (List< Shape > featureListDenseShapes)

継承されたメソッド

パブリックメソッド

public ParseSequenceExampleV2.Options NcontextSparse (Long NcontextSparse)

public ParseSequenceExampleV2.Options NfeatureListDense (Long NfeatureListDense)

public ParseSequenceExampleV2.Options NfeatureListSparse (Long NfeatureListSparse)

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

パラメーター
コンテキスト密な形状Ncontext_dense シェイプのリスト。 context_dense_keys で指定された各コンテキスト特徴のデータの形状。 context_dense_key[j] に対応するフィーチャー内の要素の数は、常に context_dense_shapes[j].NumEntries() と等しくなければなりません。 context_dense_values[j] の形状は context_dense_shapes[j] と一致します。

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

パラメーター
フィーチャーリストDenseShapes Nfeature_list_dense シェイプのリスト。 feature_list_dense_keys で指定された各 FeatureList 内のデータの形状。 feature_list_dense_key[j] に対応する FeatureList 内の各フィーチャの形状は、常に feature_list_dense_shapes[j].NumEntries() と等しくなる必要があります。