126127128129130131132133
try { return filteredClassifier.classifyInstance(testInst); } catch (Exception e) { throw new SimilarityException(e); } }