|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fcmodeler.jsomap.EuclideanWGMetric
Constructor Summary | |
EuclideanWGMetric()
Creates new EuclideanWGMetric |
Method Summary | |
double |
compare(jsomap.data.Pattern one,
jsomap.data.Pattern two)
Returns the dissimilarity between the two specified patterns. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EuclideanWGMetric()
Method Detail |
public double compare(jsomap.data.Pattern one, jsomap.data.Pattern two)
compare
in interface jsomap.algorithm.parameters.Metric
one
- the first pattern.two
- the second pattern.NullPointerException
- if either one
or two
is null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |