<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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>意思決定木 &#8211; 電子情報工学科</title>
	<atom:link href="https://www.ei.fukui-nct.ac.jp/tag/%e6%84%8f%e6%80%9d%e6%b1%ba%e5%ae%9a%e6%9c%a8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ei.fukui-nct.ac.jp</link>
	<description>Department of Electronics and Information Engineering</description>
	<lastBuildDate>Mon, 13 Nov 2023 02:47:47 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>意思決定木と演算子</title>
		<link>https://www.ei.fukui-nct.ac.jp/2023/11/13/decision-tree-operator-2023/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Mon, 13 Nov 2023 02:38:29 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[2分木]]></category>
		<category><![CDATA[右結合演算子]]></category>
		<category><![CDATA[左結合演算子]]></category>
		<category><![CDATA[意思決定木]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=12314</guid>

					<description><![CDATA[データをO(log N)で検索するための2分探索木以外の2分木のデータ構造について解説を行う。 意思決定木 意思決定木の説明ということで、yes/noクイズの例を示しながら、2分木になっていることを 説明しプログラムを紹 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>AVLと意思決定木と演算子</title>
		<link>https://www.ei.fukui-nct.ac.jp/2022/11/02/avl-decision-tree-opr-2022/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Wed, 02 Nov 2022 08:55:11 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[AVL]]></category>
		<category><![CDATA[右結合演算子]]></category>
		<category><![CDATA[左結合演算子]]></category>
		<category><![CDATA[意思決定木]]></category>
		<category><![CDATA[逆ポーランド記法]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=11390</guid>

					<description><![CDATA[前回、2分探索木へのデータ追加の説明と、演習課題を行っていたが、演習時間としては短いので、今日も前半講義で残り時間は演習とする。 2分探索木へのデータ追加と不均一な木の成長 先週の講義で説明していた、entry() では [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>意思決定木と構文解析</title>
		<link>https://www.ei.fukui-nct.ac.jp/2021/11/01/decision-tree-syntax-analysys-2021/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Mon, 01 Nov 2021 02:10:29 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[字句解析]]></category>
		<category><![CDATA[意思決定木]]></category>
		<category><![CDATA[構文木]]></category>
		<category><![CDATA[構文解析]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=10275</guid>

					<description><![CDATA[前回までの授業で2分探索木の説明をしてきたが、このデータ構造は他のデータを扱う際にも用いられる。ここで、意思決定木と構文木を紹介する。 意思決定木 意思決定木の説明ということで、yes/noクイズの例を示しながら、2分木 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>意思決定木と構文解析</title>
		<link>https://www.ei.fukui-nct.ac.jp/2020/11/18/decision-tree-syntax-tree-2020/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Wed, 18 Nov 2020 13:33:26 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[2分木]]></category>
		<category><![CDATA[意思決定木]]></category>
		<category><![CDATA[構文木]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=9350</guid>

					<description><![CDATA[前回までの授業で2分探索木の説明をしてきたが、このデータ構造は他のデータを扱う際にも用いられる。ここで、意思決定木と構文木を紹介する。 意思決定木 意思決定木の説明ということで、yes/noクイズの例を示しながら、2分木 [&#8230;]]]></description>
		
		
		
			</item>
		<item>
		<title>意思決定木と構文解析</title>
		<link>https://www.ei.fukui-nct.ac.jp/2019/11/12/decision-tree-syntax-tree-2019/</link>
		
		<dc:creator><![CDATA[t-saitoh]]></dc:creator>
		<pubDate>Tue, 12 Nov 2019 08:00:31 +0000</pubDate>
				<category><![CDATA[情報構造論]]></category>
		<category><![CDATA[斉藤徹]]></category>
		<category><![CDATA[講義録]]></category>
		<category><![CDATA[2分木]]></category>
		<category><![CDATA[字句解析]]></category>
		<category><![CDATA[意思決定木]]></category>
		<category><![CDATA[構文木]]></category>
		<category><![CDATA[構文解析]]></category>
		<category><![CDATA[正規表現]]></category>
		<guid isPermaLink="false">https://www.ei.fukui-nct.ac.jp/?p=7955</guid>

					<description><![CDATA[前回までの授業で2分探索木の説明をしてきたが、このデータ構造は他のデータを扱う際にも用いられる。ここで、意思決定木と構文木を紹介する。 意思決定木 意思決定木の説明ということで、yes/noクイズの例を示す。これは2分木 [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
