public class RowNameFilter<M extends Matrix2D<R,C,V>,R,C,V> extends AbstractFilter<M,R,C,V>
log
Constructor and Description |
---|
RowNameFilter() |
RowNameFilter(Set<R> namesToFilter) |
RowNameFilter(Set<R> namesToFilter,
boolean exclude) |
Modifier and Type | Method and Description |
---|---|
M |
filter(M data)
Filter according to row names.
|
void |
setFilterNames(Set<R> namesToFilter,
boolean exclude) |
getOutputMatrix
Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.