WEKA,classify,J48

简介

生成pruned或unpruned的C4.5决策树。

选项

binarySplits-是否对nominal attributes使用bianry splits。

confidenceFactor-值越小删除越多instance

debug-如果设置为true,则输出另外的信息。

minNumObj-每个叶子包含instance的最小数量。

numFolds-一个fold用来削减,其他的用来构建树。

reducedErrorPruning-是否用reduced-error pruning来代替C.4.5 pruning.

saveInstanceData-是否可视化保存训练数据。

seed-当使用reduced-error pruning时,随机函数的seed。

subtreeRaising-whether to consider the subtree raising operation when pruning.

unpruned-是否进行pruning。

useLaplace-Laplace来判断叶子数是否平滑。

你可能感兴趣的:(WEKA,classify,J48)