cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.54k stars 1.64k forks source link

How to use SVDD in python #125

Closed pjpjq closed 5 years ago

pjpjq commented 5 years ago

The python/readme doesn't give an SVDD example...

cjlin1 commented 5 years ago

Sorry we don't have that now.. But you can use the C/C++ SVDD code in libsvmtools

On 2018-10-17 17:51, pj wrote:

The python/readme doesn't give an SVDD example...

-- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub [1], or mute the thread [2]. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/cjlin1/libsvm/issues/125", "url": "https://github.com/cjlin1/libsvm/issues/125", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } }, { "@type": "MessageCard", "@context": "http://schema.org/extensions", "hideOriginalBody": "false", "originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB", "title": "How to use SVDD in python (#125)", "sections": [ { "text": "", "activityTitle": "pj", "activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png", "activitySubtitle": "@wendingp", "facts": [ { "name": "Repository: ", "value": "cjlin1/libsvm" }, { "name": "Issue #: ", "value": 125 } ] } ], "potentialAction": [ { "name": "Add a comment", "@type": "ActionCard", "inputs": [ { "isMultiLine": true, "@type": "TextInput", "id": "IssueComment", "isRequired": false } ], "actions": [ { "name": "Comment", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"cjlin1/libsvm\",\n\"issueId\": 125,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}" } ] }, { "name": "Close issue", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"cjlin1/libsvm\",\n\"issueId\": 125\n}" }, { "targets": [ { "os": "default", "uri": "https://github.com/cjlin1/libsvm/issues/125" } ], "@type": "OpenUri", "name": "View on GitHub" }, { "name": "Unsubscribe", "@type": "HttpPOST", "target": "https://api.github.com", "body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 395192918\n}" } ], "themeColor": "26292E" } ]

Links:

[1] https://github.com/cjlin1/libsvm/issues/125 [2] https://github.com/notifications/unsubscribe-auth/AFGwnhZjJ8XLH9JU0JTrgKfOsvQLUrvtks5ulv2fgaJpZM4XjipW