Algorithm 2. The generation of topic features.
| Input: (User ) |
| Output: |
| a) Initialize V = [ ] matrix, V(0) |
| b) Calculate S = [ ] matrix, S(0) with |
| c) k-step: calculate the vectors CTopic(k)=[] with S(k) by Formula (13) // Update the topic point |
| d) Update S(k),S(k+1) by Formula (12) // Update the correlation matrix |
| e) If |
| f) Then stop |
| g) Else return to step c |
| h) Return |