summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)AuthorLines
2020-07-08bin/Proof_Of_Concept_PELT: Trennen von Penalty-Berechnung und PELT -> Pro Mes...jfalkenhagen-54/+139
2020-07-08Merge branch 'master' into lennartDaniel Friesel-1/+6
2020-07-08RawData: load ptalog if availableDaniel Friesel-3/+6
2020-07-08analyze-archive: show EnergyTrace sync modeDaniel Friesel-1/+3
2020-07-08bin/Proof_Of_Concept_PELT: Small bit of refactoring. Fixed some pylint violat...jfalkenhagen-105/+117
2020-07-08Add harness.energytrace_sync="led" for LA / Timing based syncDaniel Friesel-0/+3
2020-07-08prepare for Logic Analyzer and Timing based EnergyTrace syncDaniel Friesel-1/+9
2020-07-08Fix incomplete raw_output in generate-dfa-benchmark outputDaniel Friesel-2/+2
2020-07-08generate-dfa-benchmark: less confusing outputDaniel Friesel-3/+3
2020-07-06bin/Proof_Of_Concept_PELT: Added initial clustering via sklearn Agglomerative...jfalkenhagen-14/+97
2020-07-06blacken more codeDaniel Friesel-73/+95
2020-07-06Rename dfatool.dfatool to dfatool.loaderDaniel Friesel-12/+12
2020-07-06move gplearn_to_function to functions moduleDaniel Friesel-3/+3
2020-07-06derp muchDaniel Friesel-1/+1
2020-07-06Remove co-dependent parameter detection codeDaniel Friesel-39/+0
2020-07-06analyze-timing: Add --log-level optionDaniel Friesel-0/+9
2020-07-06Move keysightdlog to binDaniel Friesel-0/+164
2020-07-06Move ParamFit, PTAModel, AnalyticModel to model.py moduleDaniel Friesel-66/+117
2020-07-06Move CrossValidator to a separate validation moduleDaniel Friesel-5/+5
2020-07-05bin/: Auf einmal funktioniert auch der UNIX Symlink für Windows... Nehm ich ...jfalkenhagen-2/+1
2020-07-05save unixsymlinkjfalkenhagen-0/+1
2020-07-05bin/Proof_of_Concept_PELT: States are now calculated per Measurement per Stat...jfalkenhagen-29/+101
2020-07-03blacken more codeDaniel Friesel-9/+5
2020-07-03AnalyticFunction: Remove _ prefix from public attributesDaniel Friesel-14/+14
2020-07-02Proof_Of_Concept_PELT - Code aufgeräumt / Imports am Modulanfang / Typos fixedjfalkenhagen-43/+34
2020-07-02Proof_Of_Concept_PELT - renamed decision functionjfalkenhagen-2/+2
2020-07-02Proof_Of_Concept_Pelt - Implementation of decision whether to refine state or...jfalkenhagen-13/+124
2020-07-02Initial commit ProofofConcept-WIP tooljfalkenhagen-0/+297
2020-07-02analyse-archive: fixed typo; Also added symlink for windowsjfalkenhagen-2/+4
2020-07-02Use logging module for debug outputDaniel Friesel-0/+9
2020-07-01Restore k-fold cross validation supportDaniel Friesel-0/+16
2020-06-25analyze-archive: Add --info optionDaniel Friesel-7/+36
2020-06-24analyze-archive: --plot-traces: Limit to <=40 tracesDaniel Friesel-3/+17
2020-05-28bin: rename opts to opt, as it is a dictDaniel Friesel-101/+101
2020-05-28use black(1) for uniform code formattingDaniel Friesel-918/+1753
2020-05-27analyze-archive: add transitions to --param-info outputDaniel Friesel-0/+4
2020-05-15analyze-arche: Add --plot-traces optionDaniel Friesel-2/+13
2020-05-14Allow individual energy/power traces to be exported to the file systemDaniel Friesel-1/+35
2020-05-14generate-{dfa-benchmark,dummy-class}: use relative pathsDaniel Friesel-8/+12
2020-04-30generate-dfa-benchmark: --energytrace= : "=" is mandatoryDaniel Friesel-1/+1
2020-04-30BME680 exampleDaniel Friesel-0/+4
2020-04-30generate-dfa-benchmark: write to ../data by defaultDaniel Friesel-3/+21
2020-04-30generate-dfa-benchmark: update default app nameDaniel Friesel-1/+1
2020-04-29Remove most unused perl scripts and modulesDaniel Friesel-1077/+0
2020-04-29Use relative module paths. PYTHONPATH=lib bin/... is no longer neededDaniel Friesel-45/+44
2020-04-29move running_mean helper from dfatool to utilsDaniel Friesel-14/+10
2020-04-29Remove legacy dfatool perl script, add lib symlink for python module loaderDaniel Friesel-491/+1
2019-12-19workload: support multiple energy models, show energy distribution between mo...Daniel Friesel-30/+56
2019-12-18workload/simulate: Fix param handoverDaniel Friesel-2/+2
2019-12-13Add Parser and Lexer for timed sequences (words with loops); use them in work...Daniel Friesel-28/+34