Class Node

java.lang.Object
com.yahoo.search.intent.model.Node
All Implemented Interfaces:
Comparable<Node>
Direct Known Subclasses:
ParentNode, SourceNode

public abstract class Node extends Object implements Comparable<Node>
A node in the intent model tree
Author:
bratseth
  • Constructor Details

    • Node

      public Node(double score)
  • Method Details

    • getScore

      public double getScore()
      Returns the normalized (0-1) score of this node
    • setScore

      public void setScore(double score)
      Sets the normalized (0-1) score of this node
    • increaseScore

      public double increaseScore(double increment)
      Increases this score by an increment and returns the new score
    • compareTo

      public int compareTo(Node other)
      Specified by:
      compareTo in interface Comparable<Node>
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object