Digitalisierte Elektroverteilung zur permanenten Verbraucherüberwachung
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

mltimeseries.h 194B

123456789101112
  1. #ifndef MLTIMESERIES_H
  2. #define MLTIMESERIES_H
  3. #include "MLAnalyzer.h"
  4. template <typename T>
  5. class MLtimeSeries : public MLAnalyzer<T>
  6. {
  7. public:
  8. MLtimeSeries();
  9. };
  10. #endif // MLTIMESERIES_H