Select Git revision
-
wooshanghyeon authoredwooshanghyeon authored
create-module.rst 339 B
Creating a Module
Create a module in the analysis/modules
directory, and create an instance of a class that inherits DetectionModule
named detector
. Take a look at the suicide module as an example.