I have only a basic understanding of math, so I'll try my best to describe my problem.
I have an arbitrary number of items and I measure the numerical difference between them based on a set of criteria.
Example - the resulting difference between: A & B = 4 | A & C = 5 | B & C = 2
Is it possible to plot A,B,C onto a graph? Knowing the difference between each point, how can the position of a point be calculated relative to the other points it compares to?
If I were to add D, then it'll also have a difference score to A,B,C based on a criteria. Where will D be plotted relative to A,B,C?
I assume A would have the base coordinate of [0,0], then everything else is relative to that.
I hope thing makes sense.