Class RankingFeatureMaxPossibleMultiWordOnly
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeatureMaxPossibleMultiWordOnly
-
- All Implemented Interfaces:
Comparable<RankingFeature>
public class RankingFeatureMaxPossibleMultiWordOnly extends RankingFeature
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
maybeMultiword
-
Fields inherited from class com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
CONSAT, maxScore, minScore, win
-
-
Constructor Summary
Constructors Constructor Description RankingFeatureMaxPossibleMultiWordOnly(String name, String category, ResultPacket rp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
caculateWin(float selectedScore, float weighting)
-
Methods inherited from class com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
compareTo, getCategory, getHintTexts, getLongName, getName, getScores, getWin, isInteresting, rememberScore
-
-
-
-
Constructor Detail
-
RankingFeatureMaxPossibleMultiWordOnly
public RankingFeatureMaxPossibleMultiWordOnly(String name, String category, ResultPacket rp)
-
-
Method Detail
-
caculateWin
public void caculateWin(float selectedScore, float weighting)
- Specified by:
caculateWin
in classRankingFeature
-
-