⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme_struct.txt

📁 一款不错的支持向量机程序
💻 TXT
字号:
Readme for the SVM-light structure learning API-----------------------------------------------Thorsten Joachims, 03.07.2004The API allows to implement different versions of the learningalgorithm for learning different kinds of structures. To adapt to anew structure, one needs to modify the files    svm_struct_api_types.h    svm_struct_api.cBoth files already contain empty templates. The first file containsthe type definitions that need to be changed. PATTERN is the structurefor storing the x-part of an example (x,y), LABEL is the y-part. Thelearned model will be stored in STRUCTMODEL. Finally,STRUCT_LEARN_PARM can be used to store any parameters that you mightwant to pass to the function.The second file contains the function you need to implement. See thedocumentation in the file for details.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -