Class Clustering


  • public class Clustering
    extends Object
    Author:
    Klaus Lyko (lyko@informatik.uni-leipzig.de)
    • Method Detail

      • computeSimilaritySpace

        public weka.core.Instances computeSimilaritySpace​(List<ALDecider.Triple> candidates)
        We first have to compute a similarity space for each candidate. That is, we compute a out of a list of most controversy candidate links (Triples, value close to 0.5). a vector of similarity values. E.g. for every String property.
        Parameters:
        candidates - Triples given by a committee, are source - target URIs and a double value giving information if its regarded as a match.