public interface TransformStatistics
Transformation
on
a single feature.
TransformStatistics are purely a runtime collection, they should not be persisted, nor can be directly constructed.
Modifier and Type | Method and Description |
---|---|
Transformer |
generateTransformer()
Generates the appropriate
Transformer
from the collected statistics. |
void |
observeSparse()
Deprecated.
in 4.1 as it's unnecessary.
|
void |
observeSparse(int count)
Observes
count sparse values. |
void |
observeValue(double value)
Observes a value and updates the statistics.
|
void observeValue(double value)
value
- The value to observe.@Deprecated void observeSparse()
void observeSparse(int count)
count
sparse values.count
- The number of sparse values.Transformer generateTransformer()
Transformer
from the collected statistics.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.