weka 参数表示的意思
GridSearch可以参数以下指标进行优化:
Correlation coefficient (= CC) 相关系数
Root mean squared error (= RMSE) 均方根误差
Root relative squared error (= RRSE) 相对平方根误差
Mean absolute error (= MAE) 平均绝对误差
Root absolute error (= RAE) 平均绝对误差平方根
Combined: (1-abs(CC)) + RRSE + RAE 结合的
Accuracy (= ACC) 正确率
注意,Correction coefficient只适用于连续值类别,Accuray只适用于离散类别
1 楼 xiewenbo 2012-06-14 请问你知道cc是调用哪个api里的哪个方法可以得到么?