Algorithm 1: Proposed |
Input: Dataset, Number of features , Number of data Output: prediction accuracy increases |
Input the number of features
For every feature Di
Measure of the Bregman divergence and between and
if then
Project the features as similar
else
Project the features as dissimilar
End if
Select the similar feature subset
Remove the dissimilar feature subset
End for
For each information in ‘’ with
Perform the regression analysis ‘’
If () then
Patient data is classified as ‘low risk’
Else If () then
Patient data is classified as ‘medium risk’
Else If () then
Patient data is classified as ‘high risk’
End if
Obtain the classification.
End for
End
|