Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
depCntSort := SORT(depCnt, group_id, node_id, cnt);
This line sorts the depCnt dataset and in the next line tries to extract the majority votes for a particular class.
But, since we are doing a majority poll, the line should have been
depCntSort := SORT(depCnt, group_id, node_id, -cnt);