infovis.graph.clustering
Class AbstractMetric

java.lang.Object
  extended by infovis.graph.clustering.AbstractMetric
All Implemented Interfaces:
Metric
Direct Known Subclasses:
ScalarProduct

public abstract class AbstractMetric
extends Object
implements Metric

Version:
$Revision: 1.3 $
Author:
Jean-Daniel Fekete

Constructor Summary
AbstractMetric()
           
 
Method Summary
static int contains(int row, int[] rows, int low, int high)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface infovis.graph.clustering.Metric
distance
 

Constructor Detail

AbstractMetric

public AbstractMetric()
Method Detail

contains

public static int contains(int row,
                           int[] rows,
                           int low,
                           int high)


Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.