Ошибка: Не работает FCM кластеризация #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File ~/Projects/Disser/pyFTSex/.venv/src/pyfts/pyFTS/partitioners/partitioner.py:76, in Partitioner.init(self, **kwargs)
73 _max = np.nanmax(ndata)
74 self.max = float(_max * (1 + self.upper_margin) if _max > 0 else _max * (1 - self.upper_margin))
---> 76 self.sets = self.build(ndata)
78 self.partitions = len(self.sets)
80 if self.ordered_sets is None and self.setnames is not None:
...
65 # membership_table[inst_count][grp] = 1/(dist_groups[grp] / dist_grupos_total)
66 # membership_table[inst_count][grp] = (1/(dist_groups[grp]**2))m_exp / (1/(dist_grupos_total2))**m_exp
68 inst_count = inst_count + 1
IndexError: index 10 is out of bounds for axis 0 with size 10