File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change 375
375
"C" : [500.0 ],
376
376
"kernel" : [" linear" ]
377
377
},
378
+ {
379
+ "algorithm" : " svm" ,
380
+ "dataset" : [
381
+ {
382
+ "source" : " csv" ,
383
+ "name" : " skin_segmentation" ,
384
+ "training" :
385
+ {
386
+ "x" : " data/skin_segmentation_x_train.csv" ,
387
+ "y" : " data/skin_segmentation_y_train.csv"
388
+ },
389
+ "testing" :
390
+ {
391
+ "x" : " data/skin_segmentation_x_test.csv" ,
392
+ "y" : " data/skin_segmentation_y_test.csv"
393
+ }
394
+ }
395
+ ],
396
+ "C" : [1.0 ],
397
+ "kernel" : [" rbf" ]
398
+ },
399
+ {
400
+ "algorithm" : " svm" ,
401
+ "dataset" : [
402
+ {
403
+ "source" : " csv" ,
404
+ "name" : " covertype" ,
405
+ "training" :
406
+ {
407
+ "x" : " data/covertype_x_train.csv" ,
408
+ "y" : " data/covertype_y_train.csv"
409
+ },
410
+ "testing" :
411
+ {
412
+ "x" : " data/covertype_x_test.csv" ,
413
+ "y" : " data/covertype_y_test.csv"
414
+ }
415
+ }
416
+ ],
417
+ "C" : [100.0 ],
418
+ "kernel" : [" rbf" ]
419
+ },
420
+ {
421
+ "algorithm" : " svm" ,
422
+ "dataset" : [
423
+ {
424
+ "source" : " csv" ,
425
+ "name" : " codrnanorm" ,
426
+ "training" :
427
+ {
428
+ "x" : " data/codrnanorm_x_train.csv" ,
429
+ "y" : " data/codrnanorm_y_train.csv"
430
+ },
431
+ "testing" :
432
+ {
433
+ "x" : " data/codrnanorm_x_test.csv" ,
434
+ "y" : " data/codrnanorm_y_test.csv"
435
+ }
436
+ }
437
+ ],
438
+ "C" : [0.1 ],
439
+ "kernel" : [" rbf" ]
440
+ },
378
441
{
379
442
"algorithm" : " dbscan" ,
380
443
"dataset" : [
You can’t perform that action at this time.
0 commit comments