搜索资源列表
ID3
- 自己实现的ID3算法,可以对连续变量进行离散化操作-Own implementation of ID3 algorithm to discretize the continuous operation of the variable
ID3
- The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain measure, which heuristically leads to small trees. The examples are given
printout
- ID3 classification algorithm
ID3-CSharp
- This my implementation of ID3 algorithm. The algorithm ID3 (Quinlan) uses the method top-down induction of decision trees. Given a set of classified examples a decision tree is induced, biased by the information gain measure, which heuristically lead
dss-id3--CSharp
- ID3算法的C#实现简单例子 ID3算法的C#实现简单例子-C# ID3 algorithm to achieve a simple example