Interface Vectorizer.RecordCallBack

  • Enclosing interface:
    Vectorizer<VECTOR_TYPE>

    public static interface Vectorizer.RecordCallBack
    On record call back. This allows for neat inheritance and polymorphism for fit and fit/transform among other things
    • Method Detail

      • onRecord

        void onRecord​(Record record)
        The record callback
        Parameters:
        record -