04/16/2001
This sample program generates a decision tree from text file data.
Each node in the generated decision tree is an approximate string matching view.
This sample is one of example of sequence analysis, and finds the best
substring that separates positive and negative data using approximate string
matching.
To run this sample program, copy the following three files into the directory
herabuna/samples.
After moving to that directory,
type ``make AstrstrDTreeSample'' to compile it.
Then, type ``./AstrstrDTreeSample'' to run this sample program.
AstrstrDTreeSmaples.cc
AstrstrDTreeSample.text
AstrstrDTreeSample.data