简体   繁体   English

如何在Python中安装MiniSom package

[英]How to install MiniSom package in Python

Does anyone know how to install MiniSom package (or any other Self Organizing Map package) in Python?有谁知道如何在 Python 中安装 MiniSom package(或任何其他自组织 Map 软件包)?

Kind regards.亲切的问候。

1- Download minisom.py from the below link: https://github.com/JustGlowing/minisom/blob/master/minisom.py从下面的链接下载1 minisom.py: https://github.com/JustGlowing/minisom/blob/master/minisom.py

2- Place the file in your working directory 2-将文件放在您的工作目录中

3- in your python program which you want to use minisim enter: from minisom import MiniSom 3- 在你想使用 minisim 的 python 程序中输入: from minisom import MiniSom

See https://pypkg.com/pypi/minisom/https://pypkg.com/pypi/minisom/

To install MiniSom , enter the following at the terminal:要安装MiniSom ,请在终端输入以下内容:

pip install minisom

I believe that the PyMVPA package contains self-organising maps functions.我相信 PyMVPA 包包含自组织地图功能。 You can find detailed installation instructions on their website.您可以在他们的网站上找到详细的安装说明

Alternatively if you wish to use MiniSOM you can download it from github where installation instructions are included.或者,如果您希望使用 MiniSOM,您可以从包含安装说明的github下载它。

Command To install MiniSom:命令安装 MiniSom:

pip install minisom (terminal)
!pip install minisom (google colab)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM