Class SimilarTopics


  • public class SimilarTopics
    extends Object
    PUBLIC: This component can produce a list of topics similar to the input topic by finding other topics with similar associations as the input topic.
    • Constructor Detail

      • SimilarTopics

        public SimilarTopics()
    • Method Detail

      • makeModel

        public List<TopicIF> makeModel​(TopicIF topic)
        PUBLIC: Returns a list of similar topics, ordered most similar to least similar.