www-ai.cs.tu-dortmund.de/en/SOFTWARE/MYSVM/
TU Dortmund -- Computer Science VIII
multiplier by a: float .
Example: The following lines all define the same example:
1:-1 2:0 3:1.2 y:2 a:0
3:1.2 y:2 1:-1
3:1.2 2 1:-1
dense format
The dense format consists of all attributes and (if defined so) [...] above:
With " format yx " (default) : " 2 -1 0 1.2 "
With " format xya " it is " -1 0 1.2 2 0 "
And with " format xy " and " delimiter ',' " the example reads " -1,,1.2,2 "
References
Schoelkopf/etal/2000a [...] user user definable kernel param_i_1 ... param_i_5 int , param_f_1 ... param_f_5 float
user2 user definable kernel 2 param_i, param_f
sum_aggregation sum of other kernels number_parts int , range int
int …