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

Whether the svdd in libsvm can support negative examples? #128

Closed
ma-xu opened this issue Nov 6, 2018 · 4 comments
Closed

Whether the svdd in libsvm can support negative examples? #128

ma-xu opened this issue Nov 6, 2018 · 4 comments

Comments

@ma-xu
Copy link

ma-xu commented Nov 6, 2018

Whether the svdd or one class svm in libsvm can support negative examples?

The readme file says "For one-class SVM, label is not used and can be any number".

However, the link "#74 " say "Support for negative examples in one-class added".

So, I am really confused. Thank you very much for your patience and I am looking forward for your reply.

@cjlin1
Copy link
Owner

cjlin1 commented Nov 7, 2018 via email

@ma-xu
Copy link
Author

ma-xu commented Nov 7, 2018

For oneclass or svdd, the input is not labelled.. So it doesn't matter if you indicate the training labels as positive or negative

On 2018-11-06 09:00, Xu Ma wrote: Whether the svdd or one class svm in libsvm can support negative examples? The readme file says "For one-class SVM, is not used and can be any number". However, the link "#74 [1] " say "Support for negative examples in one-class added". So, I am really confused. Thank you very much for your patience and I am looking forward for your reply. -- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [2], or mute the thread [3]. [ { @.": "http://schema.org", @.": "EmailMessage", "potentialAction": { @.": "ViewAction", "target": "#128", "url": "#128", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { @.": "Organization", "name": "GitHub", "url": "https://github.com" } }, { @.": "MessageCard", @.": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "Whether the svdd in libsvm can support negative examples? (#128)", "sections": [ { "text": "", "activityTitle": "Xu Ma", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": @.", "facts": [ { "name": "Repository: ", "value": "cjlin1/libsvm" }, { "name": "Issue #: ", "value": 128 } ] } ], "potentialAction": [ { "name": "Add a comment", @.": "ActionCard", "inputs": [ { "isMultiLine": true, @.": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", @.": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueComment",\n"repositoryFullName": "cjlin1/libsvm",\n"issueId": 128,\n"IssueComment": "{{IssueComment.value}}"\n}" } ] }, { "name": "Close issue", @.": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "IssueClose",\n"repositoryFullName": "cjlin1/libsvm",\n"issueId": 128\n}" }, { "targets": [ { "os": "default", "uri": "#128" } ], @.": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", @.***": "HttpPOST", "target": "https://api.github.com", "body": "{\n"commandName": "MuteNotification",\n"threadId": 406731445\n}" } ], "themeColor": "26292E" } ] Links: ------ [1] #74 [2] #128 [3] https://github.com/notifications/unsubscribe-auth/AFGwnu_FL79bDnEDJRxAPpHV_R01FN1-ks5usN8pgaJpZM4YPjq1

Thank you , but in the svdd paper, svdd is able to support negative examples. And I saw #74 seem added this function. So, in libsvm, one-class-svm is not support for negative examples now?

@cjlin1
Copy link
Owner

cjlin1 commented Nov 7, 2018 via email

@ma-xu
Copy link
Author

ma-xu commented Nov 7, 2018

Thank you very much for your reply. Have a good day ^_^

@cjlin1 cjlin1 closed this as completed Dec 18, 2018
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

2 participants