Algorithm 2 Training algorithm for an Optimized L-Tree. |
|
Prepare
|
Build an optimized L-Tree ()
-
1:
-
2:
Extract random local-area position
-
3:
normalize by subtracting the mean,
-
4:
Learning SOM weights through the Node learning ()
-
5:
Split into subset according to the similarity with K trained nuerons.
-
6:
Calculate parent and child entropies when the dataset is classified with .
-
7:
Calculate Information gain () from the entropy.
-
8:
if
-
9:
-
10:
-
11:
End if
-
12:
-
13:
for check a
-
14:
If satisfying stop the node learning, else then Build an optimized L-Tree ().
|