pythonkohonen.py算法维数和形状定义

2024-06-01 02:18:11 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在尝试使用this python library来制作kohonen地图。
但是我不知道这些参数到底是什么? 例如: https://github.com/lmjohns3/kohonen/blob/master/kohonen/kohonen.py#L150
什么是尺寸和形状?有人能帮我举个例子吗?在

dimension=None,
shape=None,

dimension: The length of a neuron vector in a Map or a Gas.
shape: The shape of the neuron topology in whatever Map or Gas we are building.

我需要一个例子来说明这一点,否则就不太清楚了。在


Tags: oroftheinnonemaplibrary地图