Class RankingFeatureMaxPossibleMultiWordOnly
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeatureMaxPossibleMultiWordOnly
-
- All Implemented Interfaces:
java.lang.Comparable<RankingFeature>
public class RankingFeatureMaxPossibleMultiWordOnly extends RankingFeature
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanmaybeMultiword-
Fields inherited from class com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
CONSAT, maxScore, minScore, win
-
-
Constructor Summary
Constructors Constructor Description RankingFeatureMaxPossibleMultiWordOnly(java.lang.String name, java.lang.String category, ResultPacket rp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcaculateWin(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(java.lang.String name, java.lang.String category, ResultPacket rp)
-
-
Method Detail
-
caculateWin
public void caculateWin(float selectedScore, float weighting)- Specified by:
caculateWinin classRankingFeature
-
-