CalibrateRobertsonImpl(int _max_iter, float _threshold) : name("CalibrateRobertson"), max_iter(_max_iter), threshold(_threshold), weight(RobertsonWeights()) { }
MergeRobertsonImpl() : name("MergeRobertson"), weight(RobertsonWeights()) { }