sink Package¶
sink
Package¶
Collect incoming signal types for further processing or to store in datasets
These nodes can only be found at the end of a node chain. For access to the collected data, the method get_result_dataset has to be implemented. The existence of this method is also used, to detect, if a node is a sink node. The access to the result data is done in the method process_current_split, which is called by the benchmark node chain.
Modules¶
analyzer_sink |
Collect time series to store them in an Analyzer-readable file. |
classification_performance_sink |
Calculate performance measures from classification results and store them |
feature_vector_sink |
Collect feature vectors |
nil_sink |
Store only meta data of dataset |
prediction_vector_sink |
Collect prediction vectors |
ssnr_sink |
Sink-Node for the Signal-to-Signal-Plus-Noise Ratio. |
time_series_sink |
Gather all time series objects that are passed through |