A data mining decision tree system that uncovers patterns, associations, anomalies,
and other statistically significant structures in data by reading and displaying
data files, extracting relevant features for each of the objects, and using a method
of recognizing patterns among the objects based upon object features through a
decision tree that reads the data, sorts the data if necessary, determines the
best manner to split the data into subsets according to some criterion, and splits
the data.