Interface PredictorBuilder<ModelT extends Model<?>,​InputT,​VectorT,​ValueT>

  • Type Parameters:
    ModelT - underlying type of the Model.
    InputT - type of the input to the FeatureExtractor.
    VectorT - type of the output from FeatureExtractor.
    ValueT - type of the prediction result.

    public interface PredictorBuilder<ModelT extends Model<?>,​InputT,​VectorT,​ValueT>
    PredictorBuilder holds the necessary info to build a Predictor.