Class RecommenderContext


  • public class RecommenderContext
    extends java.lang.Object
    • Constructor Detail

      • RecommenderContext

        public RecommenderContext()
    • Method Detail

      • markAsReadyForPrediction

        public void markAsReadyForPrediction()
        Mark context as ready meaning that it can be used to generate predictions.
      • isReadyForPrediction

        public boolean isReadyForPrediction()
        Returns:
        whether the context is ready to be used for making predictions.