Skip to content

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

Conversation

Ivanidzo4ka
Copy link
Contributor

fixes #443

@@ -15,7 +15,7 @@ public abstract class BaseMultiCombiner : IMultiClassOutputCombiner
{
protected readonly IHost Host;

public abstract class ArgumentsBase
public class ArgumentsBase
Copy link
Contributor

@TomFinley TomFinley Jul 3, 2018

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure.


In reply to: 199927554 [](ancestors = 199927554)

Copy link
Contributor

@TomFinley TomFinley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@Ivanidzo4ka Ivanidzo4ka changed the title no need to have arguments in multivoting Hide argument object in ensemble multivoting Jul 3, 2018
Copy link
Member

@sfilipi sfilipi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@Ivanidzo4ka Ivanidzo4ka merged commit a17f095 into dotnet:master Jul 3, 2018
eerhardt pushed a commit to eerhardt/machinelearning that referenced this pull request Jul 27, 2018
* no need to have  public arguments in multivoting
@ghost ghost locked as resolved and limited conversation to collaborators Mar 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensembles code required small cleanup
3 participants