Class RankingFeatureMaxOther
- java.lang.Object
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
-
- com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeatureMaxOther
-
- All Implemented Interfaces:
Comparable<RankingFeature>
public class RankingFeatureMaxOther extends RankingFeature
-
-
Field Summary
-
Fields inherited from class com.funnelback.publicui.search.model.transaction.contentoptimiser.RankingFeature
CONSAT, maxScore, minScore, win
-
-
Constructor Summary
Constructors Constructor Description RankingFeatureMaxOther(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, isInteresting, rememberScore
-
-
-
-
Constructor Detail
-
RankingFeatureMaxOther
public RankingFeatureMaxOther(String name, String category, ResultPacket rp)
-
-
Method Detail
-
caculateWin
public void caculateWin(float selectedScore, float weighting)
- Specified by:
caculateWin
in classRankingFeature
-
-