Uses of Interface
org.machinelearning.svm.libsvm.svm_print_interface
-
Packages that use svm_print_interface Package Description com.actelion.research.calc.regression.svm org.machinelearning.svm.libsvm -
-
Uses of svm_print_interface in com.actelion.research.calc.regression.svm
Methods in com.actelion.research.calc.regression.svm with parameters of type svm_print_interface Modifier and Type Method Description static void
svm. svm_set_print_string_function(svm_print_interface print_func)
-
Uses of svm_print_interface in org.machinelearning.svm.libsvm
Methods in org.machinelearning.svm.libsvm with parameters of type svm_print_interface Modifier and Type Method Description static void
svm. svm_set_print_string_function(svm_print_interface print_func)
-