-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Hide argument object in ensemble multivoting #488
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
Hide argument object in ensemble multivoting #488
Conversation
@@ -15,7 +15,7 @@ public abstract class BaseMultiCombiner : IMultiClassOutputCombiner | |||
{ | |||
protected readonly IHost Host; | |||
|
|||
public abstract class ArgumentsBase | |||
public class ArgumentsBase |
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.
public class ArgumentsBase [](start = 8, length = 26)
Classes should be either abstract or sealed. #Resolved
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.
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.
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.
* no need to have public arguments in multivoting
fixes #443