scikit-multiflow
scikit-multiflow copied to clipboard
Can we choose the FDDM_OUTCONTROL, FDDM_WARNING and FDDM_MIN_NUM_INSTANCES for EDDM?
Describe the solution you'd like A clear and concise description of what you want to happen. DDM_OUTCONTROL controls the sensitivity of EDDM. Sometimes different threshold could improve the detection accuracy. I would like to suggest to change DDM_OUTCONTROL to self.DDM_OUTCONTROL and can be initialized in def init(). Use DDM_OUTCONTROL = 0.9 as the default value.