Hi all,
I am looking for some open source comparator or metrics generator kind of tool. I am sure this is not something new that am asking and probably some of you would have already made use of that in your daily work.
from_to_loc | contributor_1#distance | contributor_2#distance | contributor_3#distance |
Assume that the above is input ( definitely a downsized version )
I am looking for some open source tools that does the following -
a) contributor_3 is agreeing with 60% of values what contributor_2 is saying
b) contributor_3 is agreeing with 20% of values what contributor_1 is saying
c) on the whole contributor_3 is agreeing with 20% of the values what contributor_1 and contributor_2 are saying
Hope I have made the question clear, if not please do let me know.
The above might seem straight forward to implement in the first shot ( as I thought ) but as the number of contributors increase and the combination that can be derived out of 'n' contributors simply rather than working out on a solution, its better to check if its there already
This is more like a metrics and analysis problem which almost every company has to deal with.
Have you come across with such need for metrics?
What tool do you use?
Are there any open source tools that does that already?
Many thanks