|
Algorithm 1: Effective virtual sample generation algorithm ( algorithm) |
|
Input: real training sample set
|
|
Output: optimal virtual sample set
|
| 1. |
begin |
| 2. |
/* initialize the number of iterations , initialize reconstructed sample set , initialize , initialize the virtual sample set after initial screening */ |
| 3. |
|
| 4. |
|
| 5. |
|
| 6. |
|
| 7. |
repeat
|
| 8. |
|
| 9. |
repeat
|
| 10. |
|
| 11. |
if
then
|
| 12. |
|
| 13. |
end if
|
| 14. |
until
|
| 15. |
|
| 16. |
until
|
| 17. |
|
| 18. |
end |