예제 #1
0
 def __process_by_ccore(self):
     ccore_metric = metric_wrapper.create_instance(self._metric);
     self._clusters, self._representatives = bsas_wrapper(self._data, self._amount, self._threshold, ccore_metric.get_pointer());
예제 #2
0
 def __process_by_ccore(self):
     ccore_metric = metric_wrapper.create_instance(self._metric);
     self._clusters, self._representatives = bsas_wrapper(self._data, self._amount, self._threshold, ccore_metric.get_pointer());