Package | Description |
---|---|
com.yahoo.search.intent.model |
Modifier and Type | Method and Description |
---|---|
List<SourceNode> |
IntentModel.getSources()
Returns a flattened list of sources with a normalized appropriateness of each, sorted by
decreasing appropriateness.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
ParentNode.addSources(double weight,
Map<Source,SourceNode> sources) |
(package private) void |
SourceNode.addSources(double weight,
Map<Source,SourceNode> sources) |
(package private) abstract void |
Node.addSources(double weight,
Map<Source,SourceNode> sources)
Adds the sources at (and beneath) this node to the given
sparsely represented source vector, weighted by the score of this node
times the given weight from the parent path
|
Copyright © 2017. All rights reserved.