Next: The estimation of observed
Up: The learning algorithm
Previous: The pruning of nodes
Index
Given the statistical error measure, we can construct the tree using the following algorithm:
- Initialisation step:
- -
- The tree
is initialised to a single node:
.
- -
- The set of candidate sequences
is initialised to
.
- While there is still a sequence to be tested (that is,
), do:
- 1)
- Pick the first candidate sequence
and remove it from the set
.
- 2)
- If
then add to
the node corresponding to
.
- 3)
- If
then for every sequence
, if
add
to the end of the candidate sequence set
.
franck
2006-10-01