Algorithm 2: Bagging algorithm in the proposed model |
Input: Datasets , is an image, is the label of : Base learner algorithm: Iterations n. Process: for Sampling randomly from training set X using bootstrapping and can be obtained, is a subset of the training set X: Training base learner with RL ondataset ; end for Output: The results of each base learner are combined into a final result by a plurality voting strategy,
|