public class RowMissingFilter<M extends Matrix2D<R,C,V>,R,C,V> extends AbstractFilter<M,R,C,V>
log| Constructor and Description |
|---|
RowMissingFilter() |
| Modifier and Type | Method and Description |
|---|---|
M |
filter(M data)
Filter the data
|
void |
setMaxFractionRemoved(double f)
Set the maximum fraction of rows which will be removed from the data set.
|
void |
setMinPresentCount(int m)
Set the minimum number of values that must be present in each row.
|
void |
setMinPresentFraction(double k) |
getOutputMatrixpublic M filter(M data)
Filterdata - a NamedMatrix. Some types of filters require that this be of a particular type of implementation of
the Filter interface.public void setMaxFractionRemoved(double f)
f - doublepublic void setMinPresentCount(int m)
m - intpublic void setMinPresentFraction(double k)
k - double the fraction of values to be removed.Copyright © 2003–2023 UBC Michael Smith Laboratories. All rights reserved.