Ejemplo n.º 1
0
 def __process_by_ccore(self):
     ccore_metric = metric_wrapper.create_instance(self._metric)
     self._clusters, self._representatives = mbsas_wrapper(
         self._data, self._amount, self._threshold,
         ccore_metric.get_pointer())
Ejemplo n.º 2
0
 def __process_by_ccore(self):
     ccore_metric = metric_wrapper.create_instance(self._metric);
     self._clusters, self._representatives = mbsas_wrapper(self._data, self._amount, self._threshold, ccore_metric.get_pointer());