Пример #1
0
 def options_str(self):
     out = feat_dtw.options_str(self) + "\n** Estimator = %(estimator)s" % self.options
     return out
Пример #2
0
 def options_str(self):
     return spcc.options_str(self) + "\n" + feat_dtw.options_str(self)