Interface Plead_filteringProcessor<T>
public interface Plead_filteringProcessor<T>
-
Method Summary
-
Method Details
-
process
T process(Integer filtered_file, String filename, Integer file, Integer method, Integer organization, Integer engineer, Integer filtering, Integer n_rows, Integer n_cols, String path, String time, String start, String end) TODO doc.- Parameters:
filtered_file- : The file resulting from filtering (expected type: xsd:int)filename- : The file name resulting from the filtering (expected type: xsd:string)file- : The file before filtering (expected type: xsd:int)method- : The method to filter the file (expected type: xsd:int)organization- : An organization aiming managing the ML pipeline (expected type: xsd:int)engineer- : The engineer developing the ML pipeline (expected type: xsd:int)filtering- : The activity of filtering the file (expected type: xsd:int)n_rows- : The number of rows in the file (expected type: xsd:int)n_cols- : The number of columns in the file (expected type: xsd:int)path- : The actual path of the file (expected type: xsd:string)time- : Time when the filtered file is created (expected type: xsd:dateTime)start- : Time when the transformation starts (expected type: xsd:dateTime)end- : Time when the transformation ends (expected type: xsd:dateTime)- Returns:
- not specified
-