xxcchh / Genetic-Algorithms-for-Association-Mining

1 stars 0 forks source link

怎么程序运行的时候有问题呢? #1

Open xmyxmy opened 8 years ago

xmyxmy commented 8 years ago

未定义函数或变量 'matrix'。

出错 canshu (line 7) maxlen = size(matrix,2); %将组合最大长度作为染色体长度

出错 main (line 2) canshu; %参数设置

xxcchh commented 8 years ago

我修正好了 你看看吧~

xmyxmy commented 8 years ago

您好,我在运行main.py 时,出现错误,不知道是什么原因,麻烦您帮下忙 RESTART: C:\Users\xmy\Desktop\程序\Genetic-Algorithms-for-Association-Mining-master\main.py

Traceback (most recent call last): File "C:\Users\xmy\Desktop\程序\Genetic-Algorithms-for-Association-Mining-master\main.py", line 7, in import pandas as pd ImportError: No module named pandas

------------------ 原始邮件 ------------------ 发件人: "Chen"notifications@github.com; 发送时间: 2016年5月5日(星期四) 凌晨0:09 收件人: "xxcchh/Genetic-Algorithms-for-Association-Mining"Genetic-Algorithms-for-Association-Mining@noreply.github.com; 抄送: "树叶上的小蚂蚁"1246071424@qq.com; "Author"author@noreply.github.com; 主题: Re: [xxcchh/Genetic-Algorithms-for-Association-Mining] 怎么程序运行的时候有问题呢? (#1)

我修正好了 你看看吧~

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

xxcchh commented 8 years ago

哦 这是因为你的python没有安装pandas库 如果你以后也想用python来做科学计算的化 建议你直接安装一个anaconda https://www.continuum.io/downloads 里面包含一般要用的所有库了 我在data里加了一个已经处理好的test.mat可以用main.m测试一下

xmyxmy commented 8 years ago

第一次用python,pandas一直添加错误,用anaconda就可以了,谢谢 挖掘后,生成的关联规则,在哪里看到?

------------------ 原始邮件 ------------------ 发件人: "Chen"notifications@github.com; 发送时间: 2016年5月5日(星期四) 下午2:17 收件人: "xxcchh/Genetic-Algorithms-for-Association-Mining"Genetic-Algorithms-for-Association-Mining@noreply.github.com; 抄送: "树叶上的小蚂蚁"1246071424@qq.com; "Author"author@noreply.github.com; 主题: Re: [xxcchh/Genetic-Algorithms-for-Association-Mining] 怎么程序运行的时候有问题呢? (#1)

哦 这是因为你的python没有安装pandas库 如果你以后也想用python来做科学计算的化 建议你直接安装一个anaconda https://www.continuum.io/downloads 里面包含一般要用的所有库了 我在data里加了一个已经处理好的test.mat可以用main.m测试一下

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

xxcchh commented 8 years ago

我只写了可以看到每一代进化得到的规则,还没有把他们储存起来,等有空马上写好上传。

发送自我的三星 Galaxy 智能手机。 -------- 原始信息 --------由: xmyxmy notifications@github.com 日期: 16/5/5 14:35 (GMT+08:00) 收件人: xxcchh/Genetic-Algorithms-for-Association-Mining Genetic-Algorithms-for-Association-Mining@noreply.github.com 抄送: Chen xxcchh@126.com, Comment comment@noreply.github.com 主题: Re: [xxcchh/Genetic-Algorithms-for-Association-Mining] 怎么程序运行的时候有问题呢? (#1) 第一次用python,pandas一直添加错误,用anaconda就可以了,谢谢

挖掘后,生成的关联规则,在哪里看到?

------------------ 原始邮件 ------------------

发件人: "Chen"notifications@github.com;

发送时间: 2016年5月5日(星期四) 下午2:17

收件人: "xxcchh/Genetic-Algorithms-for-Association-Mining"Genetic-Algorithms-for-Association-Mining@noreply.github.com;

抄送: "树叶上的小蚂蚁"1246071424@qq.com; "Author"author@noreply.github.com;

主题: Re: [xxcchh/Genetic-Algorithms-for-Association-Mining] 怎么程序运行的时候有问题呢? (#1)

哦 这是因为你的python没有安装pandas库

如果你以后也想用python来做科学计算的化 建议你直接安装一个anaconda

https://www.continuum.io/downloads

里面包含一般要用的所有库了

我在data里加了一个已经处理好的test.mat可以用main.m测试一下

You are receiving this because you authored the thread.

Reply to this email directly or view it on GitHub

— You are receiving this because you commented. Reply to this email directly or view it on GitHub