baseCode.algorithm.learning.unsupervised.cluster
Class AverageLinkageDistancer

java.lang.Object
  extended bybaseCode.algorithm.learning.unsupervised.cluster.AverageLinkageDistancer
All Implemented Interfaces:
Distancer

public class AverageLinkageDistancer
extends java.lang.Object
implements Distancer


Copyright (c) 2004 Columbia University

Version:
$Id: AverageLinkageDistancer.java,v 1.3 2004/08/02 15:03:43 pavlidis Exp $
Author:
pavlidis

Constructor Summary
AverageLinkageDistancer()
           
 
Method Summary
 double distance(Distanceable a, Distanceable b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AverageLinkageDistancer

public AverageLinkageDistancer()
Method Detail

distance

public double distance(Distanceable a,
                       Distanceable b)
Specified by:
distance in interface Distancer
Parameters:
a -
b -
Returns:


Copyright © 2003-2005 Columbia University. All Rights Reserved.