<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>贝叶斯 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E8%B4%9D%E5%8F%B6%E6%96%AF/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Tue, 03 May 2011 02:48:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Naive Bayes的Python实现</title>
		<link>https://www.coder4.com/archives/1511</link>
					<comments>https://www.coder4.com/archives/1511#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 03 May 2011 02:37:09 +0000</pubDate>
				<category><![CDATA[算法&数据结构]]></category>
		<category><![CDATA[Naive Bayes]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[实现]]></category>
		<category><![CDATA[朴素]]></category>
		<category><![CDATA[源代码]]></category>
		<category><![CDATA[贝叶斯]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1511</guid>

					<description><![CDATA[明天考试，可以带电脑，先写好了程序，省的按计算器……直接上Python的源代码。 [python] #Naive Bayes #Calculate the Prob. of class:cls def P(data,cls_val,cls_name=&#34;class&#34;): cnt = 0.0 for e in data: if e[cls_name] == cls_val: cnt += 1[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1511/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
