weka.classifiers.meta.GridSearch.props Maven / Gradle / Ivy
# Default settings for GridSearch
classifier=weka.classifiers.functions.SMOreg -K weka.classifiers.functions.supportVector.RBFKernel
yProperty=kernel.gamma
yMin=-3
yMax=3
yStep=1
yBase=10
yExpression=pow(BASE,I)
xProperty=C
xMin=-3
xMax=3
xStep=1
xBase=10
xExpression=pow(BASE,I)
gridIsExtendable=false
maxGridExtensions=3
sampleSizePercent=100
# 0 = traversal by row
traversal=0
# 0 = correlation coefficient
evaluation=0
numSlots=1
© 2015 - 2025 Weber Informatics LLC | Privacy Policy