readme_struct.txt
来自「This document contains a general overvie」· 文本 代码 · 共 21 行
TXT
21 行
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 + =
减小字号Ctrl + -
显示快捷键?