|
Algorithm 6: RACC. |
Input: Training data , new data , type of base classifiers , subspace distribution , integers and , criterion .
Output: Predicted label , the chosen proposition of every feature .
1. Generate random subspaces independently, .
-
2. For to do.
Choosing of optimal subspace is performed from based on and .
End
3. Develop the collective decision function as an ensembled one, and represent it as: .
4. Based on Equation (2), the threshold is set.
5. The predicted label is given as output, which is the chosen proposition of every feature .
|