-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Port classifier examples #4988
Port classifier examples #4988
Conversation
fad382d
to
f70fdc1
Compare
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.
thanks! :)
I put some comments to start with
I will work on them as soon as I can thanks :) |
Is there a corresponding python file that can be deleted? |
Deleted |
@@ -0,0 +1,34 @@ | |||
CSVFile f_feats_train("@SHOGUN_DATA@/classifier_4class_2d_linear_features_train.dat") | |||
CSVFile f_feats_test("@SHOGUN_DATA@/classifier_4class_2d_linear_features_test.dat") |
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.
filename change pls, see comment above
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.
good to merge once the ci is happy
6a2fda3
to
d0b477e
Compare
with reference to issue #3555