Package samer.mds

Class ProximityFilter

  • All Implemented Interfaces:
    java.util.Observer, SafeTask, Task


    public class ProximityFilter
    extends NullTask
    implements java.util.Observer
    Compute component-wise filter coefficients using a a distance/proximity matrix. The filter kernel is centred on one of the elements, so that the coefficients are a function of the distance/proximity between each unit and the given "pivot" element.
    See Also:
    Serialized Form
    • Method Detail

      • update

        public void update(java.util.Observable obs,
                           java.lang.Object arg)
        Specified by:
        update in interface java.util.Observer