install

来自「python 神经网络 数据挖掘 python实现的神经网络算法」· 代码 · 共 49 行

TXT
49
字号
INSTRUCTIONS


PREREQUISITES
^^^^^^^^^^^^^
Make sure you can make and install the fann library first. 
You are required to have swig and python development files 
installed. After you compiled the fann library...


BUILDING AND INSTALLING USING MAKE (preferred)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command:

$ make

then as root run

# make install

BUILDING AND INSTALLING USING DISTUTILS (second alternative)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command as root

# python setyp.py install



######### ** ** ** ** ** ** ** ** ** ** ** ** ** ** ##########
##### The wrapper should be installed uing above methods #####
##### The following instructions are for advanced users  #####


BUILD USING LINUX MAKEFILES
^^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command 

$ make linux



BUILD USING MSVC MAKEFILES
^^^^^^^^^^^^^^^^^^^^^^^^^^
run the following command 

$ make msvc


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?