public class ItemLevelFilter<R,C> extends AbstractLevelFilter<R,C>
highCut, lowCut, useHighAsFraction, useLowAsFraction
log
Constructor and Description |
---|
ItemLevelFilter() |
Modifier and Type | Method and Description |
---|---|
DoubleMatrix<R,C> |
filter(DoubleMatrix<R,C> data)
Filter the data
|
setHighCut, setHighCut, setLowCut, setLowCut, setUseAsFraction, setUseHighCutAsFraction, setUseLowCutAsFraction
getOutputMatrix
public DoubleMatrix<R,C> filter(DoubleMatrix<R,C> data)
Filter
data
- a NamedMatrix. Some types of filters require that this be of a particular type of implementation of
the Filter interface.Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.