Class Preprocessor

  • All Implemented Interfaces:

    
    public abstract class Preprocessor
    
                        

    Abstract preprocessing class to generate an input.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract <T> T preprocess(T data, DataType type) Processes an input data and generates a model input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • preprocess

         abstract <T> T preprocess(T data, DataType type)

        Processes an input data and generates a model input.

        Parameters:
        data - the generic data type being used for inference
        type - the data type specification for the input