Package ai.libs.jaicore.ml.ranking
Interface Ranker<S,P>
-
- All Known Implementing Classes:
GroupBasedRanker,ModifiedISAC
public interface Ranker<S,P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbuildRanker()Ranking<S>getRanking(P problem)
-
-
-
Method Detail
-
buildRanker
void buildRanker() throws TrainingException- Throws:
TrainingException
-
-