Interface Model<UnderlyingT>

  • Type Parameters:
    UnderlyingT - the underlying type of the model.
    All Superinterfaces:
    AutoCloseable

    public interface Model<UnderlyingT>
    extends AutoCloseable
    Model interface. In most cases you can just use the prebaked implementations.
    • Method Detail

      • instance

        UnderlyingT instance()
        Returns an instance of the underlying model. This could be for example TensorFlow's graph, session or XGBoost's booster.