Class ItemLevelFilter<R,​C>

  • All Implemented Interfaces:
    Filter<DoubleMatrix<R,​C>,​R,​C,​Double>

    public class ItemLevelFilter<R,​C>
    extends AbstractLevelFilter<R,​C>
    Filter that removes individual values that are outside of a range. Removed values are set to NaN.
    Author:
    Pavlidis
    • Constructor Detail

      • ItemLevelFilter

        public ItemLevelFilter()
    • Method Detail

      • filter

        public DoubleMatrix<R,​C> filter​(DoubleMatrix<R,​C> data)
        Description copied from interface: Filter
        Filter the data
        Parameters:
        data - a NamedMatrix. Some types of filters require that this be of a particular type of implementation of the Filter interface.
        Returns:
        The resulting filtered matrix