HomeFeedback

DTREE

Sinopsis

DTree: a brief

Decision tree is a well known machine learning approach to automatic induction of classification trees based on training data. Applied to text categorization, DTree algorithms are used to select informative words based on an information gain criterion, and predict categories of each document according to the occurrence of word combinations in the document. Evaluation results of DTree on the Reuters text categorization collection are available in the papers archive.

Description

Ralph Brown has written a complete documentation. His original and maintained copy is here , if you don't find it, look at my backup Binaries are in /afs/cs/project/cmt-64/pangloss/dtree/.