Package samer.mds
Class ProximityFilter
- java.lang.Object
-
- samer.tools.NullTask
-
- samer.mds.ProximityFilter
-
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
-
-
Constructor Summary
Constructors Constructor and Description ProximityFilter(Matrix R, VVector F, VFunction map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
void
run()
void
update(java.util.Observable obs, java.lang.Object arg)
-