Package com.yahoo.search.intent.model
Class SourceNode
java.lang.Object
com.yahoo.search.intent.model.Node
com.yahoo.search.intent.model.SourceNode
- All Implemented Interfaces:
Comparable<Node>
A source node in an intent model tree. Represents a source with an appropriateness score
(i.e the score of a source node is called appropriateness).
Sources are ordered by decreasing appropriateness.
- Author:
- bratseth