Package unifeat.classifier
Class WekaSVMKernel
java.lang.Object
unifeat.classifier.WekaSVMKernel
This java class is used to convert SVM kernel implemented in unifeat tool to SVM
kernel implemented in weka software.
- Author:
- Sina Tabakhi
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic weka.classifiers.functions.supportVector.Kernel
parse
(SVMKernelType type) This method return the weka SVM kernel type according to the unifeat SVM kernel type.
-
Constructor Details
-
WekaSVMKernel
public WekaSVMKernel()
-
-
Method Details
-
parse
This method return the weka SVM kernel type according to the unifeat SVM kernel type.- Parameters:
type
- unifeat SVM kernel type- Returns:
- weka SVM kernel type
-