Class DataPreProcessor


  • public class DataPreProcessor
    extends java.lang.Object
    Keeps track of all DataProcessingLayers and processes data by passing it to each layer and returning its result. Layers will process the data in the order they are registered.
    See Also:
    DataProcessingLayer