Interface FeatureExtractor<ModelT extends Model<?>,​InputT,​VectorT>

  • Type Parameters:
    ModelT - underlying type of the Model.
    InputT - type of the input to feature extraction.
    VectorT - type of feature extraction result.
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface FeatureExtractor<ModelT extends Model<?>,​InputT,​VectorT>
    Functional interface for feature extraction. Should be used together with Predictor. In most cases you should use the static factory methods.