11 November 2019 1 3K Report

If we have two objects Obj1 and Obj2 along with we have two Methods for weight calculation of theses objects i.e. Method1 and Method2.

If Obj1 have weight X1=0.7 from Method1 and weight Y1=0.5 from Method2

similarly, Obj2 have weight X2=0.5 from Method 1 and weight Y2=0.7 from method2

My objective is to Rank the obj1 and Obj2 according to there weight values determined from Method1 and Method2.

Can anyone help me to tell the defined mathematical formula to get the,

Rank of Obj1 = ?

Rank of Obj2= ?

Similar questions and discussions