Class PopularityScore

  • All Implemented Interfaces:
    FeatureGenerator, java.util.function.Consumer<CandidateMention>

    public class PopularityScore
    extends java.lang.Object
    implements FeatureGenerator
    Counts the number of inbound edges for an entity
    Since:
    5.2
    Version:
    5.2
    Author:
    Pedro Oliveira
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String POPULARITY_SCORE  
    • Constructor Summary

      Constructors 
      Constructor Description
      PopularityScore​(com.complexible.stardog.db.DatabaseConnection theConnection)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(CandidateMention theCandidate)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Field Detail

      • POPULARITY_SCORE

        public static final java.lang.String POPULARITY_SCORE
        See Also:
        Constant Field Values
    • Constructor Detail

      • PopularityScore

        public PopularityScore​(com.complexible.stardog.db.DatabaseConnection theConnection)