Make a proper API for Metric.compare()
Some metrics have a compare function, some don't, it's not in the base class, but assumed to be generic in some code.
Best would be to just have an abstract method in the base class.
Some metrics have a compare function, some don't, it's not in the base class, but assumed to be generic in some code.
Best would be to just have an abstract method in the base class.