Why is `Distance` not an analyzer?
CarterFendley opened this issue · 0 comments
CarterFendley commented
The Distance object seems to provide useful utilties to detect drift. But why does it not implement the Analyzer
trait like other utilities in that package?
Due to this it seems we can not use this with AnalysisRunner
. Is there a reason for this?