Interface FeatureExtractFns.BatchExtractFn<InputT,​VectorT>

  • Type Parameters:
    InputT - type of the input to feature extraction.
    VectorT - type of feature extraction result.
    All Superinterfaces:
    FeatureExtractFns.ExtractFn<List<InputT>,​List<VectorT>>
    Enclosing interface:
    FeatureExtractFns
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    @Deprecated
    public static interface FeatureExtractFns.BatchExtractFn<InputT,​VectorT>
    extends FeatureExtractFns.ExtractFn<List<InputT>,​List<VectorT>>
    Deprecated.
    Generic feature extraction function, takes a batch of raw inputs and should return extracted features of user defined type for each input.