naive_bayes_python

this is an implementation of naive bayes algorithm in python

输入的数据x是有一定范围随机生成的一系列一维数据,而数据y则是与其对应的类,在这里,y的取值为[0,1]。