| Package | Description |
|---|---|
| org.datavec.api.transform.sequence.trim |
| Modifier and Type | Method and Description |
|---|---|
static SequenceTrimToLengthTransform.Mode |
SequenceTrimToLengthTransform.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceTrimToLengthTransform.Mode[] |
SequenceTrimToLengthTransform.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SequenceTrimToLengthTransform(int maxLength,
SequenceTrimToLengthTransform.Mode mode,
List<Writable> pad) |
Copyright © 2019. All rights reserved.