object RDDTimeSeriesFunctions
- Annotations
- @experimental()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RDDTimeSeriesFunctions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
histogramProjection(tile: Tile): StreamingHistogram
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
histogramReduction(left: StreamingHistogram, right: StreamingHistogram): StreamingHistogram
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
maxProjection(tile: Tile): Double
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
maxReduction(left: Double, right: Double): Double
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
meanReduction(left: MeanValue, right: MeanValue): MeanValue
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
minProjection(tile: Tile): Double
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
minReduction(left: Double, right: Double): Double
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
sumProjection(tile: Tile): Double
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()
-
def
sumReduction(left: Double, right: Double): Double
EXPERIMENTAL@experimental
EXPERIMENTAL@experimental
- Annotations
- @experimental()