Package | Description |
---|---|
org.datavec.api.transform | |
org.datavec.api.transform.sequence.window |
Class and Description |
---|
WindowFunction
A WindowFunction splits a sequence into a set of
(possibly overlapping) sub-sequences.
|
Class and Description |
---|
OverlappingTimeWindowFunction
A windowing function based on time, with potentially overlapping windows.
|
OverlappingTimeWindowFunction.Builder |
TimeWindowFunction
A windowing function based on time, with non-overlapping windows.
|
TimeWindowFunction.Builder |
WindowFunction
A WindowFunction splits a sequence into a set of
(possibly overlapping) sub-sequences.
|
Copyright © 2020. All rights reserved.