代码搜索结果

找到约 11,834 项符合 Python 的代码

kalman_filter.m

% Kalman filter example demo in Matlab % This M code is modified from Andrew D. Straw's Python % implementation of Kalman filter algorithm. % The original code is here: % http://www.scipy.org/C

xp下使用libsvm的操作过程.m

[原创]xp下使用libsvm的操作过程 1、解压libsvm-2.5.zip(2.5版的libsvm)。 2、解压gnuplot.zip。(3.73版的gnuplot) 3、安装Python-2.3.3.exe(2.3.3版本的Python),并将安装路径加到系统PATH. 4、将libsvm-2.5\windows下的四个执行文件拷贝到libsvm-2.5\python目录。 5、修

kalman_intro.m

% Kalman filter example demo in Matlab % This M code is modified from Andrew D. Straw's Python % implementation of Kalman filter algorithm. % The original code is here: % http://www.scipy.org/Cookboo

makefile

# Makefile for Python SVM-struct API, 03.07.04 export CC = gcc LD = gcc #CC = attolcc -mempro -perfpro -block -proc -- gcc #LD = attolcc -mempro -perfpro -block -proc -- gcc CFLAGS = -O3 -fomit-fram

index.html

SVM-python SVMpython High Level View

readme.txt

This file briefly describes SVM^python. -------- WHAT IT IS This is SVM^struct, except that all of the C API functions (except those dealing with C specific problems) instead call a function of the

build.bat

deltree build deltree dist c:\python23\python setup.py bdist_wininst

readme

This python binding is provided by Vincenzo Di Massa and Gil Megidish Instructions for Windows: ^^^^^^^^^^^^^^^^^^^^^^^^^ MAKE Make sure to make the fann l

makefile.msvc

# This makefile was written to compile a distribution of pyfann for # Microsoft Visual C++. TARGETS = _libfann.pyd PYTHON=python2.3 PYDIR=C:/Python23 OBJS=libfann_wrap.obj fann_helper.obj