uulm-smart-sensing / documentation

0 stars 0 forks source link

Create class diagram for Preprocessing #20

Closed fgardt closed 1 year ago

fgardt commented 1 year ago

In GitLab by @Slartibartfass2 on Dec 28, 2022, 17:47

Documentation description

Create a class diagram for the Preprocessing from our architecture.

Additional context

/cc @Slartibartfass2

fgardt commented 1 year ago

In GitLab by @Shiroen95 on Jan 12, 2023, 16:46

Created a class diagram. There where two approaches for the preprocessing:

After research, there is a problem with the first approach. Merging streams with factory methods doesn't result in the expected outcome. Merging with the listen method, yields performance problems and isn't recomended. So the preprocessor will be created for every stream. A factory patten will be used to create them.

fgardt commented 1 year ago

In GitLab by @Shiroen95 on Jan 12, 2023, 17:02

Preprocessing.drawio__4_.svg