博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
matlab版本 dd_tools,dd_tools安装要求以及svdd
阅读量:5171 次
发布时间:2019-06-13

本文共 1539 字,大约阅读时间需要 5 分钟。

function W = svdd(a,fracrej,sigma)

[alf,R2,Dx,J] = svdd_optrbf(sigma,+a,signlab,C);

只要就是用这两个函数,求出半径R2和alf。

工具包里边给的这个两个函数可能会涉及到一些画图啊之类的,然后一个调用一个,一出问题了就很麻烦,你可以看他的程序自己编,把一些不相干的去掉。

其他的会调用到欧氏距离、映射函数之类的,里边都有给了。

Data Description Matlab toolbox. (version 1.9.1)

This toolbox is an add-on to the PRTools toolbox. The toolbox contains algorithms to train, investigate, visualize and evaluate one-class classifiers (or data descriptions, novelty descriptors, outlier detectors). Some experience with the PRTools toolbox is recommended. This toolbox is developed as a research tool so no guarantees can be given.

- Requirements:

In order to make this toolbox work, you need:

0. A computer and some enthusiasm

1. Matlab with the - optimization toolbox (for svdd and lpdd)

- statistics toolbox (for randsph)

and - neural network toolbox (for autoenc_dd)

2. PRTools 4.0.0 or higher

3. This toolbox.

- Installation:

The installation of the toolbox is almost trivial. Unzip the file, store the contents in a directory (name it for instance DD_TOOLS) and add this directory to your matlab path.

- Information and example code:

For the most basic information, type help DD_TOOLS (use the directory name where the toolbox is stored). Some simple (and some not so simple!) one-class examples are given in dd_ex1 till dd_ex15. For more background information, please have a look at the pdf file included in the directory. Some examples of the operation of the procedures in the toolbox are given on the web-pages:

http://prlab.tudelft.nl/david-tax/dd_tools.html0b1331709591d260c1c78e86d0c51c18.png

转载地址:http://zqhiv.baihongyu.com/

你可能感兴趣的文章
python之MD5加密
查看>>
Elasticsearch-sql 用SQL查询Elasticsearch
查看>>
HTML超连接(a标记)
查看>>
servlet学习笔记_2
查看>>
cf(415 A,B)
查看>>
mysql导出导入数据
查看>>
第一个坑
查看>>
关于opacity、visibility、display属性的一道CSS面试题
查看>>
bzoj2539: [Ctsc2000]丘比特的烦恼
查看>>
软件工程
查看>>
最近的工作 - Action Recognition
查看>>
android 动画效果
查看>>
What is the !! (not not) operator in JavaScript?
查看>>
Zedboard学习(二):zedboard的Linux下交叉编译环境搭建 ...
查看>>
CSS DIV HOVER
查看>>
C++基本语句
查看>>
天干地支的来历
查看>>
「本地搭建」worpress博客系统
查看>>
vue组件,通过props父组件给子组件传值,WTF, 子组件报错undefined???
查看>>
浏览器缓存之Expires Etag Last-Modified max-age详解
查看>>