登录
首页 » Python » MIC

MIC

于 2020-07-12 发布
0 173
下载积分: 1 下载次数: 3

代码说明:

说明:  相关性分析,目前相关性分析领域比较先进的算法(correlation analysis)

文件列表:

minepy, 0 , 2020-03-08
minepy\.gitignore, 75 , 2019-06-10
minepy\.travis.yml, 460 , 2019-06-10
minepy\CHANGES.rst, 2959 , 2019-06-10
minepy\compile_pyx.sh, 34 , 2019-06-10
minepy\docs, 0 , 2020-03-08
minepy\docs\make.bat, 5105 , 2019-06-10
minepy\docs\Makefile, 5573 , 2019-06-10
minepy\docs\source, 0 , 2020-03-08
minepy\docs\source\application.rst, 172 , 2019-06-10
minepy\docs\source\conf.py, 7868 , 2019-06-10
minepy\docs\source\cpp.rst, 1923 , 2019-06-10
minepy\docs\source\details.rst, 6056 , 2019-06-10
minepy\docs\source\images, 0 , 2020-03-08
minepy\docs\source\images\alg1.png, 70902 , 2019-06-10
minepy\docs\source\images\alg2.png, 58004 , 2019-06-10
minepy\docs\source\images\power.pdf, 22832 , 2019-06-10
minepy\docs\source\images\power.png, 122385 , 2019-06-10
minepy\docs\source\images\relationships.eps, 257490 , 2019-06-10
minepy\docs\source\images\relationships.png, 33516 , 2019-06-10
minepy\docs\source\index.rst, 631 , 2019-06-10
minepy\docs\source\install.rst, 4025 , 2019-06-10
minepy\docs\source\libmine.rst, 8169 , 2019-06-10
minepy\docs\source\matlab.rst, 1489 , 2019-06-10
minepy\docs\source\python.rst, 2536 , 2019-06-10
minepy\docs\source\_templates, 0 , 2020-03-08
minepy\docs\source\_templates\layout.html, 828 , 2019-06-10
minepy\examples, 0 , 2020-03-08
minepy\examples\cpp_example.cpp, 1553 , 2019-06-10
minepy\examples\cpp_example2.cpp, 432 , 2019-06-10
minepy\examples\c_conv_example.c, 2353 , 2019-06-10
minepy\examples\c_example.c, 1872 , 2019-06-10
minepy\examples\matlab_example.m, 187 , 2019-06-10
minepy\examples\power.pdf, 25946 , 2019-06-10
minepy\examples\power.py, 3865 , 2019-06-10
minepy\examples\python_conv_example.py, 576 , 2019-06-10
minepy\examples\python_example.py, 615 , 2019-06-10
minepy\examples\python_example2.py, 818 , 2019-06-10
minepy\examples\relationships.py, 2857 , 2019-06-10
minepy\gpl-3.0.txt, 35147 , 2019-06-10
minepy\INSTALL.rst, 79 , 2019-06-10
minepy\libmine, 0 , 2020-03-08
minepy\libmine\cppmine.cpp, 1506 , 2019-06-10
minepy\libmine\cppmine.h, 687 , 2019-06-10
minepy\libmine\mine.c, 27932 , 2019-06-10
minepy\libmine\mine.h, 5056 , 2019-06-10
minepy\MANIFEST.in, 420 , 2019-06-10
minepy\matlab, 0 , 2020-03-08
minepy\matlab\mine.m, 2123 , 2019-06-10
minepy\matlab\mine_mex.c, 3883 , 2019-06-10
minepy\matlab\mine_mex.mexw64, 24576 , 2020-03-08
minepy\minepy, 0 , 2020-03-08
minepy\minepy\libmine.pxd, 1492 , 2019-06-10
minepy\minepy\mine.c, 466239 , 2019-06-10
minepy\minepy\mine.pyx, 11552 , 2019-06-10
minepy\minepy\__init__.py, 120 , 2019-06-10
minepy\README.rst, 3051 , 2019-06-10
minepy\requirements.txt, 26 , 2019-06-10
minepy\setup.py, 1791 , 2019-06-10
minepy\tests, 0 , 2020-03-08
minepy\tests\minepy_test.py, 2605 , 2019-06-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图书馆管理系统
    PHP 国王的图书馆管理系统 前端 PHP 后端 MySQL 添加、 编辑删除用户 借书 加入 归还的书
    2022-06-27 00:36:42下载
    积分:1
  • sr830
    锁相放大器源码,包括aux output.vi, receive message.vi,send message.vi,sr830.vi(source code of lock-in amplifier,includes the aux output.vi, receive message.vi,send message.vi,sr830.vi)
    2012-03-01 07:06:39下载
    积分:1
  • 2.4版源码文件
    5800P测量程序非常好用的一款程序 蓝星出品(5800P Measurement Procedure)
    2019-05-06 19:14:47下载
    积分:1
  • 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步...
    哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation of resources as the smallest unit, in the OS thread, thread is the smallest unit of operation, the process described in the classroom between the synchronization and mutual exclusion. actually belong to different threads in the process of synchronization and mutual exclusion, of course, the same process there is a different thread synchronization and mutual exclusion, control and coordinate the process with the principle of the same
    2022-08-22 22:48:11下载
    积分:1
  • Delphi friends list
    Delphi 朋友通讯录-Delphi friends list
    2022-08-04 02:09:41下载
    积分:1
  • 去雾指标评价
    说明:  本资源为图像去雾质量评价MATLAB代码,通过新增可见变比、平均梯度、饱和像素百分比三个指标评价去雾图像质量。将代码下载解压后,MATLAB路径设置为解压文件夹,点击主函数即可运行。(This resource is the matlab code of image defogging quality evaluation. The quality of defogging image is evaluated by adding three indexes: visible ratio, average gradient and saturated pixel percentage. After the code is downloaded and decompressed, the MATLAB path is set to the decompressed folder, and click the main function to run.)
    2019-11-12 22:14:57下载
    积分:1
  • 第7章 7.2.7 示例-双馈风机 - 副本
    DFIG simulation,可以实现PSCAD暂态仿真双馈风机及其并网过程(DFIG simulation, PSCAD transient simulation of doubly-fed fan and its grid-connected process can be realized.)
    2019-01-03 14:59:03下载
    积分:1
  • 三相全桥整流电路模型
    说明:  基于simulink的三相桥式整流电路模型的搭建(Three phase bridge rectifier circuit)
    2020-04-27 14:37:54下载
    积分:1
  • stm32矩阵键盘 _最终完整版
    说明:  4乘4矩阵键盘stm32f103开发板。 消抖。 col列,Pin配置为PP推挽输出模式; row行,Pin配置为Input模式,启用内部上拉电阻(4 times 4 matrix keyboard STM32F103 development board. Shake off. Col column, pin is configured as PP push-pull output mode; Row, pin is configured in input mode, and internal pull-up resistor is enabled)
    2021-01-12 16:26:52下载
    积分:1
  • jsp视频教程第7课,大家继续学习。推荐
    jsp视频教程第7课,大家继续学习。推荐-jsp Video Guide 7 class, we continue to learn. Suggest
    2022-04-19 22:47:00下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载