Interface ILabelRankingPrediction
-
- All Superinterfaces:
IPrediction
public interface ILabelRankingPrediction extends IPrediction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRanking<java.lang.String>getPrediction()
-
-
-
Method Detail
-
getPrediction
IRanking<java.lang.String> getPrediction()
- Specified by:
getPredictionin interfaceIPrediction
-
-