Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-07-10 | bin/Proof_Of_Concept_PELT.py: Calculation of raw_states is now parallelized. | jfalkenhagen | -42/+79 | |
2020-07-10 | Proof_Of-Concept_PELT: Fixed Typo | jfalkenhagen | -0/+1 | |
2020-07-08 | bin/Proof_Of_Concept_PELT: Trennen von Penalty-Berechnung und PELT -> Pro ↵ | jfalkenhagen | -54/+139 | |
Messreihe/Paramkonig. nur noch einmaliges bestimmen der Penalty. Bestimmen der Penalty über KNEEDLE Ab Kneepoint dann suche nach Plateau -> Wahl der Mitte des Plateaus. Automatisches Clustern funktioniert jetzt auch scheinbar für alle Messreihen aus TX.json. Mit anderen nicht getestet. | ||||
2020-07-08 | bin/Proof_Of_Concept_PELT: Small bit of refactoring. Fixed some pylint ↵ | jfalkenhagen | -105/+117 | |
violations | ||||
2020-07-06 | bin/Proof_Of_Concept_PELT: Added initial clustering via sklearn ↵ | jfalkenhagen | -14/+97 | |
AgglomerativeClustering with affinity euclidean and ward linkage. added pen_modifier option, with which the penalty can be manipulated. e.g. Doubled, halved or otherwise modified | ||||
2020-07-05 | bin/Proof_of_Concept_PELT: States are now calculated per Measurement per ↵ | jfalkenhagen | -29/+101 | |
State-config. Some statistics are calculated for that. Clustering pending | ||||
2020-07-02 | Proof_Of_Concept_PELT - Code aufgeräumt / Imports am Modulanfang / Typos fixed | jfalkenhagen | -43/+34 | |
2020-07-02 | Proof_Of_Concept_PELT - renamed decision function | jfalkenhagen | -2/+2 | |
2020-07-02 | Proof_Of_Concept_Pelt - Implementation of decision whether to refine state ↵ | jfalkenhagen | -13/+124 | |
or skip it | ||||
2020-07-02 | Initial commit ProofofConcept-WIP tool | jfalkenhagen | -0/+297 | |