When using RBF cores with support for vector machines, there are two parameters: C and γ. It is not known in advance which C and γ are the best for one problem; therefore, some model selection (parameter search) must be made. The goal is to determine the good (C; γ) so that the teller can accurately predict unknown data (i.e. test data).
weka.classifiers.meta.GridSearch is a meta classifier for setting a pair of parameters. It seems, however, that age is required to complete (when the data set is quite large). What do you propose to do to reduce the time required to complete this task?
According to the User Guide for vector machine support :
C: constant constant. A lower value of C allows you to ignore points close to the border, and increases the margin.
γ> 0 is the parameter that controls the width of the Gaussian
heimcomputer
source share