public interface SequenceSplit extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Schema |
getInputSchema()
Getter for the input schema
|
void |
setInputSchema(Schema inputSchema)
Sets the input schema for this split
|
List<List<List<Writable>>> |
split(List<List<Writable>> sequence)
Split a sequence in to multiple time steps
|
List<List<List<Writable>>> split(List<List<Writable>> sequence)
sequence - the sequence to splitvoid setInputSchema(Schema inputSchema)
inputSchema - the schema to setSchema getInputSchema()
Copyright © 2019. All rights reserved.