Closed ernstleierzopf closed 3 years ago
I did not see it anywhere in the wiki.
I did not see it anywhere in the wiki.
For example in https://github.com/ait-aecid/logdata-anomaly-miner/wiki/HowTo:-Create-your-own-SequenceDetector You also have to make sure that the aminer is able to import the newly generated class. For this, open the following file for edit. root@user-1:/home/ubuntu/aminer# vim /home/ubuntu/aminer/source/root/usr/lib/logdata-anomaly-miner/aminer/analysis/__init__.py
In https://github.com/ait-aecid/logdata-anomaly-miner/wiki/HowTo:-Create-your-own-SequenceDetector seq_len already is defined in the AnalysisNormalisationSchema. This part can be deleted.
This should only be present in the main version of the wiki, but I thought I fixed it in the development version.
No I am currently working with the development branch of the wiki the seq_len is still there.
The seq_len is there, but i fixed the text. I cannot remove it completely, otherwise it is unclear how to add new parameters.
ok, i will close this and open new issues if I find something.
The init.py files were removed. Please check the Wiki if this is considered.