public interface DistanceMatrix
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
DistanceMatrix |
clone() |
double |
getDistance(int l,
int m)
Get one particular distance.
|
double[] |
getDistances()
Gives an array with distances, for use in lpsolve.
|
void |
init(StochasticLanguage languageA,
StochasticLanguage languageB,
org.processmining.framework.plugin.ProMCanceller canceller) |
void init(StochasticLanguage languageA, StochasticLanguage languageB, org.processmining.framework.plugin.ProMCanceller canceller) throws java.lang.InterruptedException
java.lang.InterruptedException
double[] getDistances()
double getDistance(int l, int m)
l
- m
- DistanceMatrix clone()