Class SemanticDistance

  • All Implemented Interfaces:
    Distance<Feature>

    public class SemanticDistance
    extends Object
    implements Distance<Feature>
    Compare the attribute existance and their values (if they exist) of the two features. Count the number of differences. 0 result means identical semantics.
    Author:
    julien Gaffuri
    • Constructor Detail

      • SemanticDistance

        public SemanticDistance​(boolean checkOnlyExistingAttributeValues)