public interface DistanceMatrix
| Modifier and Type | Interface and Description |
|---|---|
static class |
DistanceMatrix.Format |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier(int i) |
int |
getIndex(String identifier) |
int |
getSize() |
double |
getValue(int col,
int row) |
void |
setIdentifier(int i,
String identifier) |
void |
setValue(int col,
int row,
double distance) |
StringBuffer |
toStringBuffer(DistanceMatrix.Format format) |
String getIdentifier(int i)
int getIndex(String identifier)
int getSize()
double getValue(int col,
int row)
void setIdentifier(int i,
String identifier)
void setValue(int col,
int row,
double distance)
StringBuffer toStringBuffer(DistanceMatrix.Format format)
Copyright © 2016. All rights reserved.