Class PredictedTopic


  • public class PredictedTopic
    extends Object
    Class encapsulation of a predicted topic. A topic has a weight and a term vector string of topicSegments.
    Author:
    gjoranv
    • Constructor Detail

      • PredictedTopic

        public PredictedTopic​(String topic,
                              double weight,
                              String vector)
      • PredictedTopic

        public PredictedTopic​(String topic,
                              double weight)
    • Method Detail

      • getTopic

        public String getTopic()
        Returns the topic
      • getWeight

        public double getWeight()
        Returns the weight
      • getVector

        public String getVector()
        Returns the vector
      • setWeight

        public void setWeight​(double weight)
        Sets the weight
      • addWeight

        public void addWeight​(double weight)
        Adds to the weight
      • setVector

        public void setVector​(String vector)
        Sets the vector
      • compareDescendWeight

        public int compareDescendWeight​(Object o)
        Compares this topic to another topic, according to weight descending