-
-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: add isolation forest algorithm #1876
base: main
Are you sure you want to change the base?
Conversation
Welcome back! @narumiruna, This pull request may get 633 BBG. |
7254820
to
18e6e1a
Compare
Re-estimated karma: this pull request may get 793 BBG |
18e6e1a
to
cc14507
Compare
Re-estimated karma: this pull request may get 798 BBG |
Re-estimated karma: this pull request may get 822 BBG |
1e500f2
to
1493234
Compare
Re-estimated karma: this pull request may get 874 BBG |
|
||
// SetDefaultValues initializes zero-valued fields in Options with defaults. | ||
func (o *Options) SetDefaultValues() { | ||
if o.DetectionType == "" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The method name and comment do not indicate that it only sets default values when the value is not zero value. Should we remove all the if conditions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we remove all the if conditions, then it will overrides the non-zero options in NewWithOptions
.
1493234
to
1e1ca23
Compare
Re-estimated karma: this pull request may get 900 BBG |
1e1ca23
to
43997f8
Compare
Re-estimated karma: this pull request may get 868 BBG |
https://cs.nju.edu.cn/zhouzh/zhouzh.files/publication/icdm08b.pdf