文件名称:decision-tree
介绍说明--下载内容均来自于网络,请自行研究使用
程序实现了生成决策树并使用决策树对离散特征向量进行分类。在判断是否要继续生成叶节点时采用entropy来作为impurity的measurement.-Program and use the decision tree decision tree to generate discrete feature vectors for classification. In determining whether to continue generating leaf nodes using entropy as the impurity of the measurement.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
decision tree
.............\CheckLabelVector.m
.............\countNodes.m
.............\DecisionTree.m
.............\DecisionTreeGrowth.m
.............\impurity.m
.............\level.m
.............\pruning.m
.............\search.m
.............\SearchNodes.m
.............\splitting.m
.............\test set.txt
.............\training set.txt
.............\traversal.m
.............\vote.m