- 16 Jul, 2019 1 commit
-
-
Alessio Netti authored
- The "observations" operation simply counts the number of total queried elements over the inputs of each unit
-
- 09 Jul, 2019 1 commit
-
-
Alessio Netti authored
- If getImportances is set to true, the regressor will print a sorted list of features and their importances, after performing training - A REST action to retrieve the same list has been added
-
- 28 Jun, 2019 1 commit
-
-
Alessio Netti authored
- Test plugin that can be used to evaluate the performance and functionality of the query engine and unit system
-
- 21 Jun, 2019 1 commit
-
-
Alessio Netti authored
- Also fixed a few compilation warnings
-
- 13 Jun, 2019 1 commit
-
-
Alessio Netti authored
-
- 12 Jun, 2019 1 commit
-
-
Alessio Netti authored
- Now supports also standard deviation and percentile computation - Multiple output sensors per analyzer can be defined, each performing a different aggregation task - QueryEngine has been slightly modified so as not to clear the input sensor reading buffer (if any), thus allowing to accumulate sensor values with subsequent calls
-
- 06 Jun, 2019 1 commit
-
-
Alessio Netti authored
- Template for Job Analyzers, derived from AnalyzerInterface
-
- 05 Jun, 2019 1 commit
-
-
Micha Mueller authored
-
- 24 May, 2019 1 commit
-
-
Alessio Netti authored
- Update config files to reflect new topic structure - Updated READMEs accordingly - Added support for "relaxed" analyzers, whose units can be built even if some sensors cannot be found in the system - Added support for sub-units, so as to build hierarchical unit structures
-
- 23 May, 2019 3 commits
-
-
Micha Mueller authored
-
Micha Mueller authored
-
Micha Mueller authored
-
- 24 Apr, 2019 1 commit
-
-
Alessio Netti authored
- The GlobalConfiguration class includes all shared logic to read and parse configuration attributes for the collectagent and dcdbpusher - The class is further expanded to add application-specific configuration parameters and blocks
-
- 15 Apr, 2019 1 commit
-
-
Alessio Netti authored
- Integration of data analytics framework in collectagent complete - REST API integration still pending - Added some documentation to the code
-
- 25 Mar, 2019 1 commit
-
-
Alessio Netti authored
- A nicer and refactored version of the "average" plugin - Allows to perform arbitrary aggregation operations over sensors, like sum, average, or maximum
-
- 07 Mar, 2019 1 commit
-
-
Alessio Netti authored
- Added a 'common' directory where all shared code has been placed - Analytics package has been moved out of dcdbpusher, now has its own makefile - Some renaming here and there for uniformity
-