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