使用Python为k-NN生成二进制分类数据集

时间:2016-02-21 12:20:00

标签: python python-2.7 machine-learning dataset normal-distribution

我想生成包含2个标签01的随机数据集。这是我的发行版:

p(x|y = 0) = N(x1;µ1,σ2 1)N(x2;µ2,σ2 2) 
p(x|y = 1) = N(x1;µ3,σ2 3)N(x2;µ4,σ2 4) 

其中x =(x1,x2)T包含两个连续值属性。

如何使用python解决它?我应该使用什么库?感谢。

0 个答案:

没有答案