Skip to content

Commit

Permalink
add LSCP
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Jul 29, 2019
1 parent b631d0e commit 4582a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combo/test/test_detector_lscp.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def setUp(self):
n_train=self.n_train, n_test=self.n_test,
contamination=self.contamination, random_state=42)

detectors = [KNN(), LOF(), OCSVM()]
detectors = [LOF(), LOF()]

self.clf = LSCP(base_estimators=detectors,
contamination=self.contamination)
Expand Down

0 comments on commit 4582a82

Please sign in to comment.