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 SummaryConstructors Constructor and Description ProximityFilter(Matrix R, VVector F, VFunction map)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description voiddispose()voidrun()voidupdate(java.util.Observable obs, java.lang.Object arg)
 
-