日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

some understanding of《Inferring Decision Trees Using the Minimum Description Length Principle*》

發(fā)布時間:2023/12/20 编程问答 47 豆豆
生活随笔 收集整理的這篇文章主要介紹了 some understanding of《Inferring Decision Trees Using the Minimum Description Length Principle*》 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

《Inferring Decision Trees Using the Minimum Description Length Principle*》
Information And Computation 80, 227-248(1989)

My difficulty is: how to get 18.170 bits when computing Coding Decision Tree Costs?
here are some relevant part in this article.

---------------the decision tree is:--------------

3rd page of article( page 229 on the top-right corner)

-----------------------------formula for computing cost-------------
10th page of article ( page 236 on the top-left corner)
The total cost for this procedure is thus:
L(n,k,b)=log2(b+1)+log2[Cnk]L(n,k,b)=log_{2}(b+1)+log_{2}[C_n^{k}]L(n,k,b)=log2?(b+1)+log2?[Cnk?]

-----------------------the sequence relevant to the above decision tree-------------------------------
13th page of article ( page 239 on the top-right corner)


All above are trying to encode the whole decision tree,
and then send the decision tree from sender to receiver.

My difficulty is: how to get 18.170 bits mentioned above?


My understanding is:
Outlook: 2 bits
Humidity lg(3)bits
Windy lg(2)bit (not mentioned in article ,I just guess)


the whole sequence in this paper is :
1 Outlook 1 Humidity 0 N 0 P 0 P 1 Windy 0 N 0 P
then,
there are 8digits above, the following I guess may be wrong:

3 decicion nodes cost:3 bits
5 leaves cost: 5 bits


2+lg(3)+log(2)+3+5+?=18.17
?=5.585,
but how to get 5.585?
Although the following picture(encoding exception) has the number 5.585,
I guess it cannot be used as the explanation of above 5.585.

Could you tell me how to get “18.170 bits” mentioned in this article ?
Thanks very much!

總結

以上是生活随笔為你收集整理的some understanding of《Inferring Decision Trees Using the Minimum Description Length Principle*》的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內容還不錯,歡迎將生活随笔推薦給好友。