The Siemens Community Catalyst program was co-created with our community to acknowledge technology leaders who consistently contribute to the Siemens Community. Nominations are accepted on a rolling basis.
ExampleSet ex=...Example ex1 = ex.getExample(1);Example ex2 = ex.getExample(2);DistanceMeasure myDis = new DistanceMeasure();double dis = myDis.calculateDistance(ex1, ex2);