Class GroupBasedRanker<C,I,S>
- java.lang.Object
-
- ai.libs.jaicore.ml.ranking.clusterbased.GroupBasedRanker<C,I,S>
-
- Type Parameters:
C- The center of the groups that have rankingsI- The problem instances that get grouped and used to find good solutions for themS- Solutions that were tested for problem instances and are getting ranked for for groups of them
- All Implemented Interfaces:
Ranker<S,I>
- Direct Known Subclasses:
ModifiedISAC
public abstract class GroupBasedRanker<C,I,S> extends java.lang.Object implements Ranker<S,I>
-
-
Constructor Summary
Constructors Constructor Description GroupBasedRanker()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract RankingForGroup<C,S>getRanking(I prob)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ai.libs.jaicore.ml.ranking.Ranker
buildRanker
-
-
-
-
Method Detail
-
getRanking
public abstract RankingForGroup<C,S> getRanking(I prob)
- Specified by:
getRankingin interfaceRanker<C,I>
-
-