source: trunk/greenstone3-extensions/vishnu/src/vishnu/cluster/Distance.java@ 8189

Last change on this file since 8189 was 8189, checked in by kjdon, 20 years ago

first version of Imperial College's Visualiser code

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 156 bytes
Line 
1package vishnu.cluster;
2
3// Abstract class
4
5public abstract class Distance
6{
7 public abstract double get(double[] v1, double[] v2, int size);
8}
9
10
Note: See TracBrowser for help on using the repository browser.