public interface HistoryMergeElementStore
HistoryMergeTransform
. Used to supervise how data from the
HistoryMergeTransform is stored.Modifier and Type | Method and Description |
---|---|
void |
add(INDArray observation)
Add an element into the store
|
INDArray[] |
get()
Get the content of the store
|
boolean |
isReady()
Used to tell the HistoryMergeTransform that the store is ready.
|
void |
reset()
Resets the store to an initial state.
|
void add(INDArray observation)
observation
- INDArray[] get()
boolean isReady()
TransformProcess
to skip the observation is the store is not ready.void reset()
Copyright © 2020. All rights reserved.