public interface Metric<T>
Modifier and Type | Method and Description |
---|---|
MetricResponse |
compare(T arg1,
T arg2)
Intended to calculate similarity between two things -- generally,
elements from text.
|
MetricResponse compare(T arg1, T arg2) throws IllegalArgumentException
arg1
- 1st componentarg2
- 2nd componentIllegalArgumentException
Copyright © 2017. All rights reserved.