Skip to content
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

In multiTrain.m, some code may not unnecessary. #3

Open
shengchaohua opened this issue Apr 24, 2019 · 0 comments
Open

In multiTrain.m, some code may not unnecessary. #3

shengchaohua opened this issue Apr 24, 2019 · 0 comments

Comments

@shengchaohua
Copy link

Hello,
I download the source code and run it. In multiTrain.m, it seems that the code in line 35 to 37

trainTarget = label(:,i);
trainTarget(trainTarget==0) = -1;
trainTarget(trainIdx,:) = 0;

is not unnecessary. I delete the three line code, but SNBC can run normally.

I am wondering if there is any possibility that you would explain the three line code.

Thank you for your kindness and help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant