public interface FunctionMetricDef
| Modifier and Type | Method and Description |
|---|---|
ReplySet |
evaluate(MetricDataset ds1,
MetricDataset ds2)
Evaluate the comparison between the two datasets and return the result.
|
ReplySet evaluate(MetricDataset ds1, MetricDataset ds2) throws java.lang.Exception
ds1 - first dataset.ds2 - second dataset.ReplySet object.java.lang.Exception - any error.