Interface IScoringModelWrapper<T>

Type Parameters:
T - the scoring model

public interface IScoringModelWrapper<T>
Interface for scoring model wrapper
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the scoring model
  • Method Details

    • getScoringModel

      T getScoringModel()
      Get the scoring model
      Returns:
      the scoring model