Research Article
Retreatment Predictions in Odontology by means of CBR Systems
Algorithm 1
Generation of a Bayesian network using the tabu search algorithm.
| Input: | | Output: | | deque tabuList ; | | () , 0 eoc; | | while notstop do | | where ; | | if then ; | | else ; | | tabuList.removeFront(); | | tabuList.addBack(); | | //Update the values of A based on the new edge (i, j) | | UpdateMatrix(); | | if then | | ; | | end | | end |
|