com.rapidminer.operator.clustering.clusterer
Class DistanceMatrix
java.lang.Object
com.rapidminer.operator.clustering.clusterer.DistanceMatrix
public class DistanceMatrix
- extends java.lang.Object
This class implements an symetrical matrix for distances, thus saving half the memory
by saving only the upper right triangle
- Author:
- Sebastian Land
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DistanceMatrix
public DistanceMatrix(int size)
set
public void set(int x,
int y,
double d)
getWidth
public int getWidth()
getHeight
public int getHeight()
get
public double get(int x,
int y)
Copyright © 2001-2009 by Rapid-I