public static interface PixSampler.StatMode
Modifier and Type | Method and Description |
---|---|
Object |
getResult(Object[] values)
Returns the result of some statistical operation on a set of
supplied values.
|
ColumnInfo |
getResultInfo(ColumnInfo baseInfo)
Provides a column metadata object describing the output of this
mode, given the metadata of the input.
|
boolean |
isPoint()
Indicates whether this operation is point-like.
|
ColumnInfo getResultInfo(ColumnInfo baseInfo)
baseInfo
- input data metadataObject getResult(Object[] values)
values
- array of input valuesboolean isPoint()
getResult(java.lang.Object[])
method.Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.