public static final class PhraseBoostFeature.ScopeBoost extends Object implements Serializable, Cloneable
This boost will increase the weight of the frequency score for a match in a specified scope.
Modifier and Type | Field and Description |
---|---|
protected int |
boost |
protected int |
completeness |
protected String |
name |
Constructor and Description |
---|
ScopeBoost(String name,
int boost) |
ScopeBoost(String name,
int boost,
int completeness) |
Modifier and Type | Method and Description |
---|---|
PhraseBoostFeature.ScopeBoost |
clone() |
boolean |
equals(Object other) |
int |
getBoost()
Get the boost value for this ScopeBoost.
|
int |
getCompleteness()
Get the completeness boost value for this ScopeBoost.
|
String |
getName()
Get the scope name for this ScopeBoost.
|
int |
hashCode() |
String |
toString() |
protected String name
protected int boost
protected int completeness
public ScopeBoost(String name, int boost)
public ScopeBoost(String name, int boost, int completeness)
public String getName()
public int getBoost()
public int getCompleteness()
public PhraseBoostFeature.ScopeBoost clone()
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.